Update .gitlab-ci.yml
This commit is contained in:
parent
d7181e436c
commit
0029b932e0
|
@ -2,4 +2,7 @@ image: maven:3-jdk-8
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: "mvn clean package"
|
script: "mvn clean package"
|
||||||
artifacts: name: "Commons" paths: - "target/*.jar"
|
artifacts:
|
||||||
|
name: "Commons"
|
||||||
|
paths:
|
||||||
|
- "target/*.jar"
|
Loading…
Reference in New Issue