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

Update .gitlab-ci.yml

No related merge requests found
Pipeline #277 failed with stage
in 9 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -11,7 +11,8 @@ release:
- mvn package -B
- echo "create release"
- ls target/
- ls target/ | grep *.zip
- ls target/*.zip
- ls target/ | grep '\.zip$'
- ls target/ | grep *.zip | head -n 1
- FILE= ls target/ | grep *.zip | head -n 1
- echo $FILE
......
Supports Markdown
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