update for gsutil (#60)

Adding "/*" to the path to delete the content, otherwise the bucket is removed.
This commit is contained in:
tuba
2021-11-01 09:36:32 -07:00
committed by GitHub
parent 09795308ab
commit 7dd784bc2c
@@ -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}/*"
]
},
{