We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0118eb3 commit 58732a1Copy full SHA for 58732a1
1 file changed
.kokoro/trampoline_v2.sh
@@ -18,8 +18,8 @@
18
# To run this script, first download few files from gcs to /dev/shm.
19
# (/dev/shm is passed into the container as KOKORO_GFILE_DIR).
20
#
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
+# gcloud storage cp gs://cloud-devrel-kokoro-resources/python-docs-samples/secrets_viewer_service_account.json /dev/shm
+# gcloud storage cp gs://cloud-devrel-kokoro-resources/python-docs-samples/automl_secrets.txt /dev/shm
23
24
# Then run the script.
25
# .kokoro/trampoline_v2.sh
0 commit comments