We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59db79 commit 68c088bCopy full SHA for 68c088b
.kokoro/trampoline_v2.sh
@@ -26,8 +26,8 @@
26
# To run this script, first download few files from gcs to /dev/shm.
27
# (/dev/shm is passed into the container as KOKORO_GFILE_DIR).
28
#
29
-# gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/secrets_viewer_service_account.json /dev/shm
30
-# 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
31
32
# Then run the script.
33
# .kokoro/trampoline_v2.sh
0 commit comments