diff --git a/tasks/snapshot.yml b/tasks/snapshot.yml index 1df44757..5d1755d7 100644 --- a/tasks/snapshot.yml +++ b/tasks/snapshot.yml @@ -62,7 +62,7 @@ tasks: git config user.email 'no-reply@lullabot.com' git config user.name 'Lullabot Drainpipe' git commit --quiet --message "Initial commit" --no-gpg-sign - git config tar.tar.xz.command "xz -c" + git config tar.tar.xz.command "xz --stdout --threads=0" git config tar.tar.bz2.command "bzip2 -c" git archive -o {{.o}} HEAD test -f {{.o}}