ci: revert flags

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

View File

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