ci: test recursive removal

This commit is contained in:
Danny Brown 2019-10-23 12:24:56 -04:00 committed by GitHub
parent fd017c4512
commit 3ae3bee452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,7 +306,8 @@ jobs:
gcloud --quiet config set project ${GOOGLE_PROJECT_ID}
gcloud --quiet config set compute/zone ${GOOGLE_COMPUTE_ZONE}
# 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
workflows: