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

Update .gitlab-ci.yml

parent fa16b571
Pipeline #694 failed with stage
in 6 seconds
variables:
JAVA_HOME: "/usr/lib/jvm/java-1.8.0-openjdk-amd64"
image: 3.6.3-jdk-8
build:
script:
- apt-get install openjfx
- mvn package -B
release:
script:
- apt-get install openjfx
- 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