mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
add buildspec.yml file
This commit is contained in:
parent
65c456ad87
commit
26a71c04b0
1 changed files with 2 additions and 5 deletions
|
@ -5,11 +5,8 @@ phases:
|
||||||
runtime-versions:
|
runtime-versions:
|
||||||
java: corretto17
|
java: corretto17
|
||||||
commands:
|
commands:
|
||||||
- sudo yum install wget
|
- apt-get update -y
|
||||||
- sudo wget https://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
|
- apt-get install -y maven
|
||||||
- sudo sed -i s/\$releasever/6/g /etc/yum.repos.d/epel-apache-maven.repo
|
|
||||||
- sudo yum install -y apache-maven
|
|
||||||
|
|
||||||
pre_build:
|
pre_build:
|
||||||
commands:
|
commands:
|
||||||
- echo Nothing to do in prebuil
|
- echo Nothing to do in prebuil
|
||||||
|
|
Loading…
Reference in a new issue