mirror of
https://github.com/google/nomulus.git
synced 2025-05-05 06:27:51 +02:00
Set beam deployment environment in GCB trigger (#157)
This commit is contained in:
parent
6536631857
commit
82f51accbd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ steps:
|
|||
sed -i s/GCP_PROJECT/${PROJECT_ID}/ proxy/kubernetes/proxy-*.yaml
|
||||
sed -i s/'$${TAG_NAME}'/${TAG_NAME}/g release/cloudbuild-sync.yaml
|
||||
sed -i s/'$${TAG_NAME}'/${TAG_NAME}/g release/cloudbuild-beam.yaml
|
||||
sed -i s/'$${_ENV}'/production/g release/cloudbuild-beam.yaml
|
||||
sed -i s/'$${_ENV}'/${_ENV}/g release/cloudbuild-beam.yaml
|
||||
# Upload the gradle binary to GCS if it does not exist and point URL in gradle wrapper to it.
|
||||
- name: 'gcr.io/cloud-builders/gsutil'
|
||||
entrypoint: /bin/bash
|
||||
|
|
Loading…
Add table
Reference in a new issue