Skip to content

Commit

Permalink
ignore non-zero exits
Browse files Browse the repository at this point in the history
  • Loading branch information
iimpulse committed Feb 21, 2024
1 parent 85d5560 commit e53ec0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hpo-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Deploy to GCS
run: |
gsutil -m cp -r dist/* "$GCLOUD_BUCKET/hpo-web-$PROJECT_VERSION-$GIT_HASH/"
gsutil -m rm -f "$GCLOUD_BUCKET/*"
gsutil -m rm -rf "$GCLOUD_BUCKET/assets/"
gsutil -m rm -f "$GCLOUD_BUCKET/*" || true
gsutil -m rm -rf "$GCLOUD_BUCKET/assets/" || true
gsutil -m cp -r "$GCLOUD_BUCKET/hpo-web-$PROJECT_VERSION-$GIT_HASH/*" "$GCLOUD_BUCKET/"

0 comments on commit e53ec0b

Please sign in to comment.