1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-22 16:33:48 +00:00

Working on handling the missing unzip on the new Docker image.

This commit is contained in:
jespergravgaard 2020-08-24 22:14:46 +02:00
parent 76d8b689cf
commit 07d89fdd85

View File

@ -4,6 +4,7 @@ release:
stage: build
script:
- "mvn -e package -DskipTests"
- "mkdir target/release"
- "ls target"
- "tar -C target/release -xzvf target/kickc-release.tgz"
- "mv target/release/kickc/jar/kickc-release.jar target/release/kickc/jar/kickc-${CI_COMMIT_REF_NAME}.jar"