mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update cloudbuild.yaml
This commit is contained in:
parent
b8091545aa
commit
7eeee88dd5
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ steps:
|
||||||
args: ['clean', 'install', '-DskipTests']
|
args: ['clean', 'install', '-DskipTests']
|
||||||
- name: 'gcr.io/cloud-builders/docker'
|
- name: 'gcr.io/cloud-builders/docker'
|
||||||
args: ['build', '-t', 'gcr.io/qinfra-acc/petclinic_dev', '.']
|
args: ['build', '-t', 'gcr.io/qinfra-acc/petclinic_dev', '.']
|
||||||
|
images: ['gcr.io/qinfra-acc/petclinic_dev']
|
||||||
- name: 'gcr.io/cloud-builders/kubectl'
|
- name: 'gcr.io/cloud-builders/kubectl'
|
||||||
args: ['set', 'image', 'deployment/petclinic-dev', 'my-container=gcr.io/qinfra-acc/petclinic-dev']
|
args: ['set', 'image', 'deployment/petclinic-dev', 'my-container=gcr.io/qinfra-acc/petclinic-dev']
|
||||||
env:
|
env:
|
||||||
|
@ -11,4 +12,4 @@ steps:
|
||||||
- 'CLOUDSDK_CONTAINER_CLUSTER=my-cluster'
|
- 'CLOUDSDK_CONTAINER_CLUSTER=my-cluster'
|
||||||
options:
|
options:
|
||||||
machineType: 'N1_HIGHCPU_2'
|
machineType: 'N1_HIGHCPU_2'
|
||||||
images: ['gcr.io/qinfra-acc/petclinic_dev']
|
|
||||||
|
|
Loading…
Reference in a new issue