Update .gitlab-ci.yml to remove package step

This commit is contained in:
Louis Vallat 2020-04-06 16:25:04 +00:00
parent 07bd1ce00a
commit 477a041400

View File

@ -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'