This commit is contained in:
parent
debd1fc11e
commit
75e819a561
1 changed files with 0 additions and 3 deletions
|
@ -1,12 +1,9 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
backend-build:
|
backend-build:
|
||||||
image: maven:3.9-eclipse-temurin-17
|
image: maven:3.9-eclipse-temurin-17
|
||||||
volumes:
|
|
||||||
- build:/output
|
|
||||||
commands:
|
commands:
|
||||||
- echo "Building backend + frontend"
|
- echo "Building backend + frontend"
|
||||||
- mvn clean install -Pprod -DskipTests
|
- mvn clean install -Pprod -DskipTests
|
||||||
- cp target/resilient-1.0.2-SNAPSHOT.jar /output/
|
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue