Update .gitlab-ci.yml to remove package step
This commit is contained in:
parent
07bd1ce00a
commit
477a041400
@ -38,9 +38,3 @@ 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