diff --git a/.travis.yml b/.travis.yml index 1cf37f0557..a3388ba820 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ before_install: script: - export XML_CATALOG_FILES="/etc/xml/catalog $HOME/markup-validator/htdocs/sgml-lib/catalog.xml" - TIDYALL_DATA_DIR="$HOME/tidyall_d" bash -x bin/run-ci-build.bash - - tar -cavf shlomif-homepage-dest.tar.xz dest/ + - tar -caf shlomif-homepage-dest.tar.xz dest/ deploy: provider: releases api_key: diff --git a/bin/run-ci-build.bash b/bin/run-ci-build.bash index 404cd3b5fd..bdf74b7515 100644 --- a/bin/run-ci-build.bash +++ b/bin/run-ci-build.bash @@ -9,4 +9,4 @@ set -e set -x touch t2/philosophy/SummerNSA/Letter-to-SGlau-2014-10/*.{xhtml,pdf} bash -x bin/travis-ci-script.bash -find dest/post-incs/t2/ -type f | (LC_ALL=C sort) | head -500 | xargs sha256sum +# find dest/post-incs/t2/ -type f | (LC_ALL=C sort) | head -500 | xargs sha256sum