mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-19 15:29:48 +00:00
Hoping to rename artifact
This commit is contained in:
parent
a26a93c901
commit
c8c1c86e72
@ -1,10 +1,11 @@
|
|||||||
image: maven:3-jdk-8
|
image: maven:3-jdk-8
|
||||||
|
|
||||||
maven_build:
|
kickc:
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
- "mvn package"
|
- "mvn package"
|
||||||
- "cat target/site/jacoco/index.html"
|
- "cat target/site/jacoco/index.html"
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "KickC"
|
name: KickC_${CI_BUILD_REF_NAME}
|
||||||
paths:
|
paths:
|
||||||
- ./target/kickc*.zip
|
- ./target/kickc*.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user