1
0
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:
jespergravgaard 2018-09-26 23:39:11 +02:00
parent a26a93c901
commit c8c1c86e72

View File

@ -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