Skip to content

Commit 6431374

Browse files
author
Mengqi Yu
committed
🏃 fix gsutil push issue
1 parent 2ea629b commit 6431374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/cloudbuild_snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ steps:
3636
env:
3737
- 'KUBERNETES_VERSION=1.13.1'
3838
- name: 'gcr.io/cloud-builders/gsutil'
39-
args: ['-h', 'Content-Type:application/gzip', 'cp', '-a', 'public-read', 'dist/kubebuilder_master_linux_amd64.tar.gz', 'gs://kubebuilder-release/kubebuilder_master_linux_amd64.tar.gz']
39+
args: ['-h', 'Content-Type:application/gzip', 'cp', 'dist/kubebuilder_master_linux_amd64.tar.gz', 'gs://kubebuilder-release/kubebuilder_master_linux_amd64.tar.gz']
4040
- name: 'gcr.io/cloud-builders/gsutil'
41-
args: ['-h', 'Content-Type:application/gzip', 'cp', '-a', 'public-read', 'dist/kubebuilder_master_darwin_amd64.tar.gz', 'gs://kubebuilder-release/kubebuilder_master_darwin_amd64.tar.gz']
41+
args: ['-h', 'Content-Type:application/gzip', 'cp', 'dist/kubebuilder_master_darwin_amd64.tar.gz', 'gs://kubebuilder-release/kubebuilder_master_darwin_amd64.tar.gz']

0 commit comments

Comments
 (0)