Skip to content

Commit 62ff5ec

Browse files
committed
Revert "Truncate tar command output"
This reverts commit 1ec50e4. It is not entirely clear to me how, but the recent archives appear truncated after adding the `head` command with the previous commit, resulting in travis-ci/travis-ci#8764. This revert should resolve the issue.
1 parent 1ec50e4 commit 62ff5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/archive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838

3939
for DEST in $DESTS ; do
4040
mkdir -p $(dirname $DEST)
41-
tar -cjvf $DEST $TAR_PATHS | head -c 10000
41+
tar -cjvf $DEST $TAR_PATHS
4242

4343
pushd $(dirname $DEST) &>/dev/null
4444

0 commit comments

Comments
 (0)