mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-18 08:30:18 +00:00
Hoping to rename artifact
This commit is contained in:
parent
a26a93c901
commit
c8c1c86e72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user