ci: test recursive removal
This commit is contained in:
parent
fd017c4512
commit
3ae3bee452
@ -306,7 +306,8 @@ jobs:
|
|||||||
gcloud --quiet config set project ${GOOGLE_PROJECT_ID}
|
gcloud --quiet config set project ${GOOGLE_PROJECT_ID}
|
||||||
gcloud --quiet config set compute/zone ${GOOGLE_COMPUTE_ZONE}
|
gcloud --quiet config set compute/zone ${GOOGLE_COMPUTE_ZONE}
|
||||||
# Remove all files in Storage Bucket; Push latest
|
# Remove all files in Storage Bucket; Push latest
|
||||||
gsutil -m rm gs://$GOOGLE_STORAGE_BUCKET/**
|
gsutil -I gs://$GOOGLE_STORAGE_BUCKET/**
|
||||||
|
gsutil -m -r rm gs://$GOOGLE_STORAGE_BUCKET/**
|
||||||
gsutil -m rsync -R platform/viewer/dist gs://$GOOGLE_STORAGE_BUCKET
|
gsutil -m rsync -R platform/viewer/dist gs://$GOOGLE_STORAGE_BUCKET
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user