Skip to content

Commit

Permalink
Merge pull request kubernetes#1193 from mm4tt/private_bucket
Browse files Browse the repository at this point in the history
Set --private-bucket for pushing golang builds
  • Loading branch information
k8s-ci-robot committed Apr 28, 2020
2 parents 1dadf40 + e8c280f commit 8f38a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ set -euxo pipefail

# Push Kubernetes build to GCS.
cd /go/src/k8s.io/kubernetes
../release/push-build.sh --nomock --ci --bucket=$GCS_BUCKET
../release/push-build.sh --nomock --ci --bucket=$GCS_BUCKET --private-bucket

0 comments on commit 8f38a30

Please sign in to comment.