mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Create cloudbuild.yaml
This commit is contained in:
parent
78a0eb88f4
commit
9c2b2f4f7b
1 changed files with 4 additions and 0 deletions
4
cloudbuild.yaml
Normal file
4
cloudbuild.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
steps:
|
||||||
|
- name: maven:3.6.0-jdk-11-slim
|
||||||
|
entrypoint: 'mvn'
|
||||||
|
args: ['clean', 'install', '-DskipTests']
|
Loading…
Reference in a new issue