Commit 8ec066f2 authored by Matthias Betz's avatar Matthias Betz
Browse files

Update .gitlab-ci.yml

parent 3bf54360
Pipeline #1008 passed with stage
in 53 seconds
......@@ -7,6 +7,7 @@ build:
release:
script:
- apt-get -y install curl
- 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