about summary refs log tree commit diff stats
path: root/post.sh
diff options
context:
space:
mode:
Diffstat (limited to 'post.sh')
-rwxr-xr-xpost.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.sh b/post.sh
index 307aa5a..9ad6292 100755
--- a/post.sh
+++ b/post.sh
@@ -6,7 +6,7 @@ set -eu
 # Example below. #
 
 # TAR up the program.                                                          #
-bsdtar --options xz:compression-level=9 -a -cf \
+bsdtar -a -cf \
 $DSCIP_NAME-$(uname)-$(uname -r)_$(uname -m)-$CURRENT_COMMIT.tar.xz app/
 
 # Send the artifacts to an FTP server.                                         #