ci: force flag

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

View File

@ -306,8 +306,7 @@ 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 -I gs://$GOOGLE_STORAGE_BUCKET/**
gsutil -m -r rm gs://$GOOGLE_STORAGE_BUCKET/**
gsutil -m -f -r rm gs://$GOOGLE_STORAGE_BUCKET/**
gsutil -m rsync -R platform/viewer/dist gs://$GOOGLE_STORAGE_BUCKET
workflows: