Skip to content

Commit

Permalink
Cloud Build config: only upload JSON files in surveys directory (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhnwin authored Dec 18, 2023
1 parent ed34faa commit 2d0fbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild/gcs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
args: ['gsutil', 'cp', '-r', 'surveys', 'gs://flutter-uxr/']
args: ['gsutil', 'cp', 'surveys/*.json', 'gs://flutter-uxr/surveys']
options:
logging: CLOUD_LOGGING_ONLY

0 comments on commit 2d0fbd0

Please sign in to comment.