Update maven-build-template.gitlab-ci.yml
This commit is contained in:
parent
aaa116b9de
commit
7ddcaeb36e
@ -2,9 +2,9 @@
|
||||
stage: build
|
||||
image: $MAVEN_IMAGE
|
||||
script:
|
||||
- mvn $MAVEN_CLI_OPTS clean package -DskipTests
|
||||
- mvn $MAVEN_CLI_OPTS package -DskipTests
|
||||
artifacts:
|
||||
expire_in: 2 weeks
|
||||
when: always
|
||||
paths:
|
||||
- $BACKEND_DIR/target/*.jar
|
||||
- $BACKEND_DIR/target/*.jar
|
||||
|
||||
Loading…
Reference in New Issue
Block a user