Skip to content

Commit a56d4dd

Browse files
authored
Merge pull request kubernetes-sigs#82 from droot/gsutil-copy-artificat-fix
fixed build artifact path for gsutil copy command
2 parents 92a453d + dee5c01 commit a56d4dd

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
@@ -38,6 +38,6 @@ steps:
3838
env:
3939
- 'KUBERNETES_VERSION=1.9'
4040
- name: 'gcr.io/cloud-builders/gsutil'
41-
args: ['-h', 'Content-Type:application/gzip', 'cp', '-a', 'public-read', 'kubebuilder_master_linux_amd64.tar.gz', 'gs://kubebuilder-release/kubebuilder_master_linux_amd64.tar.gz']
41+
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']
4242
- name: 'gcr.io/cloud-builders/gsutil'
43-
args: ['-h', 'Content-Type:application/gzip', 'cp', '-a', 'public-read', 'kubebuilder_master_darwin_amd64.tar.gz', 'gs://kubebuilder-release/kubebuilder_master_darwin_amd64.tar.gz']
43+
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']

0 commit comments

Comments
 (0)