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
def77c3f2b
commit
36a6e165ec
@ -5,7 +5,7 @@ release:
|
||||
script:
|
||||
- "mvn -e package -DskipTests"
|
||||
- "ls target"
|
||||
- "gunzip -d target/release target/kickc-release.gz"
|
||||
- "tar zxvf -C target/release target/kickc-release.tgz"
|
||||
- "mv target/release/kickc/jar/kickc-release.jar target/release/kickc/jar/kickc-${CI_COMMIT_REF_NAME}.jar"
|
||||
- "mkdir ./kickc"
|
||||
- "mv target/release/kickc/* ./kickc/"
|
||||
|
@ -2,7 +2,7 @@
|
||||
<id>release</id>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
<format>gz</format>
|
||||
<format>tgz</format>
|
||||
</formats>
|
||||
<dependencySets>
|
||||
<dependencySet>
|
||||
|
Loading…
Reference in New Issue
Block a user