Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 58732a1

Browse files
chore: Migrate gsutil usage to gcloud storage
1 parent 0118eb3 commit 58732a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/trampoline_v2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# To run this script, first download few files from gcs to /dev/shm.
1919
# (/dev/shm is passed into the container as KOKORO_GFILE_DIR).
2020
#
21-
# gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/secrets_viewer_service_account.json /dev/shm
22-
# gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/automl_secrets.txt /dev/shm
21+
# gcloud storage cp gs://cloud-devrel-kokoro-resources/python-docs-samples/secrets_viewer_service_account.json /dev/shm
22+
# gcloud storage cp gs://cloud-devrel-kokoro-resources/python-docs-samples/automl_secrets.txt /dev/shm
2323
#
2424
# Then run the script.
2525
# .kokoro/trampoline_v2.sh

0 commit comments

Comments
 (0)