1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-07-03 20:29:34 +00:00

Hoping to rename artifact

This commit is contained in:
jespergravgaard 2018-09-26 23:39:11 +02:00
parent a26a93c901
commit c8c1c86e72

View File

@ -1,10 +1,11 @@
image: maven:3-jdk-8
maven_build:
kickc:
stage: build
script:
- "mvn package"
- "cat target/site/jacoco/index.html"
- "mvn package"
- "cat target/site/jacoco/index.html"
artifacts:
name: "KickC"
name: KickC_${CI_BUILD_REF_NAME}
paths:
- ./target/kickc*.zip
- ./target/kickc*.zip