Skip to content

Commit 3d8134e

Browse files
authored
Merge branch 'main' into renovate/github-actions
2 parents 94e2181 + 75578e9 commit 3d8134e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.kokoro/trampoline_v2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
# To run this script, first download few files from gcs to /dev/shm.
2727
# (/dev/shm is passed into the container as KOKORO_GFILE_DIR).
2828
#
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
29+
# gcloud storage cp gs://cloud-devrel-kokoro-resources/python-docs-samples/secrets_viewer_service_account.json /dev/shm
30+
# gcloud storage cp gs://cloud-devrel-kokoro-resources/python-docs-samples/automl_secrets.txt /dev/shm
3131
#
3232
# Then run the script.
3333
# .kokoro/trampoline_v2.sh

samples/llama_index_quick_start.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
},
419419
"outputs": [],
420420
"source": [
421-
"!gsutil cp gs://cloud-samples-data/llamaindex/netflix_titles.csv ."
421+
"!gcloud storage cp gs://cloud-samples-data/llamaindex/netflix_titles.csv ."
422422
]
423423
},
424424
{

0 commit comments

Comments
 (0)