Skip to content

Commit

Permalink
fixup! fixup! ci(xyz-build): quote gs url
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Mar 8, 2023
1 parent 51db458 commit b9888ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/xyz-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ jobs:
uses: google-github-actions/setup-gcloud@v1

- name: Sync build with GCS bucket
run: |
gsutil -m rsync -d -r client/build/ "gs://{{ secrets.GCS_BUCKET }}/test/"
run: gsutil -m rsync -d -r client/build/ gs://fiji-mdn-content/test/

0 comments on commit b9888ee

Please sign in to comment.