gcs-upload: Fix cache-control on other files as well

This commit is contained in:
Zach Loafman 2016-11-29 08:33:47 -08:00
parent e10cad670a
commit 1263cdfa59
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ gcs-upload: version-dist
@echo "== Logging gcloud info =="
@gcloud info
@echo "== Uploading kops =="
gsutil -m rsync -r .build/upload/kops ${GCS_LOCATION}
gsutil -h "Cache-Control:private, max-age=0, no-transform" -m rsync -r .build/upload/kops ${GCS_LOCATION}
gcs-publish-ci: gcs-upload
echo "${GCS_URL}/${VERSION}" > .build/upload/${LATEST_FILE}