Skip to content

Commit aca47bb

Browse files
authoredJan 9, 2021
Update .gitlab-ci.yml
1 parent 71ea39e commit aca47bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.gitlab-ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ image: maven:latest
33
stages:
44
- build
55
- test
6+
- package
67

78
variables:
89
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
@@ -21,3 +22,8 @@ test:
2122
stage: test
2223
script:
2324
- mvn test
25+
26+
package:
27+
stage: package
28+
script:
29+
- mvn package

0 commit comments

Comments
 (0)
Please sign in to comment.