1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 14:05:44 +00:00

Add a Cloud Build task to update YAML configs (#177)

* Add a Cloud Build task to update YAML configs

* CR responses

* Move config deployment to a script

* Pin builder version

* Create different beam and deploy-config files per environment

* Update comments and make a for loop
This commit is contained in:
gbrodman
2019-07-18 12:15:15 -04:00
committed by GitHub
parent 8fd5ab2bec
commit 5bd2ccd210
4 changed files with 76 additions and 2 deletions

View File

@@ -64,7 +64,9 @@ artifacts:
- 'output/nomulus.jar'
- 'release/cloudbuild-tag.yaml'
- 'release/cloudbuild-sync.yaml'
- 'release/cloudbuild-beam.yaml'
- 'release/cloudbuild-beam-*.yaml'
- 'release/cloudbuild-deploy-configs-*.yaml'
timeout: 3600s
options:
machineType: 'N1_HIGHCPU_8'