You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd ./target && for f in hoverfly_bundle*;do ../google-cloud-sdk/bin/gsutil cp $f gs://hoverfly-master-builds/$(date +%Y%m%d%H%M)/$f; done
77
-
- run:
78
-
name: Upload latest cross platform releases to GCS
79
-
command: |
80
-
cd ./target && for f in hoverfly_bundle*;do ../google-cloud-sdk/bin/gsutil cp $f gs://hoverfly-master-builds/latest/$f; done
81
-
- run:
82
-
name: Set read access in GCS
83
-
command: |
84
-
./google-cloud-sdk/bin/gsutil -m acl set -R -a public-read gs://hoverfly-master-builds
85
56
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
0 commit comments