Skip to content

Commit 2e6f35d

Browse files
chore: Migrate gsutil usage to gcloud storage (#1440)
1 parent 2677e92 commit 2e6f35d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cloudbuild.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ steps:
147147
id: 'regexp'
148148

149149
############### YANGLINT ##############
150-
- name: gcr.io/cloud-builders/gsutil
151-
args: ['cp', 'gs://openconfig/libyang.deb', '/workspace/libyang.deb']
150+
- name: gcr.io/cloud-builders/gcloud
151+
args: ['storage', 'cp', 'gs://openconfig/libyang.deb', '/workspace/libyang.deb']
152152
waitFor: ['validator prep']
153153
id: 'yanglint prep1'
154-
- name: gcr.io/cloud-builders/gsutil
155-
args: ['cp', 'gs://openconfig/yanglint.deb', '/workspace/yanglint.deb']
154+
- name: gcr.io/cloud-builders/gcloud
155+
args: ['storage', 'cp', 'gs://openconfig/yanglint.deb', '/workspace/yanglint.deb']
156156
waitFor: ['validator prep']
157157
id: 'yanglint prep2'
158158
- name: 'us-west1-docker.pkg.dev/$PROJECT_ID/models-ci/models-ci-image'

0 commit comments

Comments
 (0)