Commit 7d2655c6 authored by Matthias Betz's avatar Matthias Betz
Browse files

Update .gitlab-ci.yml

parent dc221593
Pipeline #698 failed with stage
in 30 seconds
......@@ -3,12 +3,10 @@ image: maven:3.6.3-jdk-8
build:
script:
- apt install openjfx
- mvn package -B
release:
script:
- apt-get install openjdk-8-jre
- mvn package -B
- FILE=$(ls target/ | grep '\.zip$' | head -n 1)
- echo ${FILE}
......
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