Commit 434eb0f2 authored by Matthias Betz's avatar Matthias Betz
Browse files

Update .gitlab-ci.yml

parent f459f1b9
Pipeline #277 failed with stage
in 9 seconds
...@@ -11,7 +11,8 @@ release: ...@@ -11,7 +11,8 @@ release:
- mvn package -B - mvn package -B
- echo "create release" - echo "create release"
- ls target/ - ls target/
- ls target/ | grep *.zip - 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 - FILE= ls target/ | grep *.zip | head -n 1
- echo $FILE - 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