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:
parent
76d8b689cf
commit
07d89fdd85
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user