Fix .gitlab-ci.yml
This commit is contained in:
@@ -24,7 +24,7 @@ test:
|
|||||||
package:
|
package:
|
||||||
stage: package
|
stage: package
|
||||||
script:
|
script:
|
||||||
-mvn $MAVEN_CLI_OPTS package
|
- mvn $MAVEN_CLI_OPTS package
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/*jar-with-dependencies.jar
|
- target/*jar-with-dependencies.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user