Update .gitlab-ci.yml to add package step
This commit is contained in:
parent
cc458f6940
commit
07bd1ce00a
@ -38,3 +38,9 @@ test: &test
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- 'mvn $MAVEN_CLI_OPTS test'
|
- 'mvn $MAVEN_CLI_OPTS test'
|
||||||
|
|
||||||
|
# Try to package the project
|
||||||
|
package: &package
|
||||||
|
stage: package
|
||||||
|
script:
|
||||||
|
- 'mvn $MAVEN_CLI_OPTS clean package'
|
||||||
|
Loading…
Reference in New Issue
Block a user