commit 96923edc534e8db507d8bbb330982e3451eb5b43 (tree) parent 08c5f7d0594999ee5757c2935c8305ee528da344 Author: Andrew Kelley <superjoe30@gmail.com> Date: Tue, 23 Oct 2018 18:48:34 -0400 travis: don't use newer cli args of s3cmd Diffstat:
| M | ci/travis_linux_script | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/travis_linux_script b/ci/travis_linux_script @@ -21,6 +21,6 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then touch empty 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) if [ "${TRAVIS_BRANCH}" = "master" ]; then - 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" + s3cmd put -P ../zig-cache/langref.html s3://ziglang.org/documentation/master/index.html --add-header="Cache-Control: max-age=0, must-revalidate" fi fi