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

Update .gitlab-ci.yml

parent 434eb0f2
Pipeline #278 failed with stage
in 8 seconds
......@@ -10,10 +10,7 @@ release:
script:
- mvn package -B
- echo "create release"
- ls target/
- ls target/*.zip
- ls target/ | grep '\.zip$'
- ls target/ | grep *.zip | head -n 1
- ls target/ | grep '\.zip$' | head -n 1
- FILE= ls target/ | grep *.zip | head -n 1
- echo $FILE
only:
......
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