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

Added some maven debugging

This commit is contained in:
jespergravgaard 2018-11-08 00:08:11 +01:00
parent 93a0d9110a
commit b6d1061a66

View File

@ -3,7 +3,7 @@ image: maven:3-jdk-8
release:
stage: build
script:
- "mvn package"
- "mvn -e package"
- "ls target"
- "unzip -d target/release target/kickc-release.zip"
- "mv target/release/kickc/lib/kickc-release.jar target/release/kickc/lib/kickc-${CI_COMMIT_REF_NAME}.jar"