authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-10-23 17:06:37-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-10-23 17:06:37-04:00
log08c5f7d0594999ee5757c2935c8305ee528da344
tree16f3e21b9f4ede3add2e994221a130dd0482eccf
parent6fe7dd93cba334ebb686d56770d4afe254cb2e50
signaturelock-open Commit is signed but in an unrecognized format.

travis: add missing http headers for docs


1 files changed, 1 insertions(+), 1 deletions(-)

ci/travis_linux_script+1-1
...@@ -21,6 +21,6 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then...@@ -21,6 +21,6 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
21 touch empty21 touch empty
22 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)22 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)
23 if [ "${TRAVIS_BRANCH}" = "master" ]; then23 if [ "${TRAVIS_BRANCH}" = "master" ]; then
24 s3cmd put -P ../zig-cache/langref.html s3://ziglang.org/documentation/master/index.html24 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"
25 fi25 fi
26fi26fi