mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-26 12:49:21 +00:00
Added some maven debugging
This commit is contained in:
parent
93a0d9110a
commit
b6d1061a66
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user