mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
update for gsutil (#60)
Adding "/*" to the path to delete the content, otherwise the bucket is removed.
This commit is contained in:
@@ -541,7 +541,7 @@
|
||||
"source": [
|
||||
"# NOTE: Everything in this GCS DIR will be DELETED before uploading the data.\n",
|
||||
"\n",
|
||||
"! gsutil rm -rf {BUCKET_NAME}"
|
||||
"! gsutil rm -rf {BUCKET_NAME}/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user