1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-02 22:56:11 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Jesper Balman Gravgaard 2020-08-24 19:39:53 +00:00
parent 263b69e674
commit 7cfca75864

View File

@ -3,8 +3,7 @@ image: maven:3-jdk-14
release: release:
stage: build stage: build
script: script:
- "which zip" - "ls /usr/bin/"
- "which unzip"
# - "mvn -e package" # - "mvn -e package"
# - "ls target" # - "ls target"
# - "unzip -d target/release target/kickc-release.zip" # - "unzip -d target/release target/kickc-release.zip"