Skip to content

Commit

Permalink
Set --private-bucket for pushing golang builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mm4tt committed Apr 28, 2020
1 parent 1dadf40 commit e8c280f
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 e8c280f

Please sign in to comment.