Commit f459f1b9 authored by Matthias Betz's avatar Matthias Betz
Browse files

Update .gitlab-ci.yml

parent 4bdc2ef9
Pipeline #276 failed with stage
in 7 seconds
......@@ -2,15 +2,19 @@ variables:
JAVA_HOME: "/usr/lib/jvm/java-1.8.0-openjdk-amd64"
build:
script:
- mvn package -B
#build:
# script:
# - mvn package -B
release:
script:
- mvn package -B
- echo "create release"
- ls target/
- ls target/ | grep *.zip
- ls target/ | grep *.zip | head -n 1
- FILE= ls target/ | grep *.zip | head -n 1
- echo $FILE
only:
refs:
- master
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment