Skip to content

Commit 96923ed

Browse files
committed
travis: don't use newer cli args of s3cmd
1 parent 08c5f7d commit 96923ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis_linux_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
2121
touch empty
2222
s3cmd put -P empty s3://ziglang.org/builds/zig-linux-x86_64-$TRAVIS_BRANCH.tar.xz --add-header="Cache-Control: max-age=0, must-revalidate" --add-header=x-amz-website-redirect-location:/builds/$(ls $TRAVIS_BUILD_DIR/artifacts)
2323
if [ "${TRAVIS_BRANCH}" = "master" ]; then
24-
s3cmd put -P ../zig-cache/langref.html s3://ziglang.org/documentation/master/index.html --no-mime-magic --no-preserve --add-header="Cache-Control: max-age=0, must-revalidate"
24+
s3cmd put -P ../zig-cache/langref.html s3://ziglang.org/documentation/master/index.html --add-header="Cache-Control: max-age=0, must-revalidate"
2525
fi
2626
fi

0 commit comments

Comments
 (0)