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

Update .gitlab-ci.yml

No related merge requests found
Pipeline #278 failed with stage
in 8 seconds
Showing with 1 addition and 4 deletions
+1 -4
...@@ -10,10 +10,7 @@ release: ...@@ -10,10 +10,7 @@ release:
script: script:
- mvn package -B - mvn package -B
- echo "create release" - echo "create release"
- ls target/ - ls target/ | grep '\.zip$' | head -n 1
- ls target/*.zip
- ls target/ | grep '\.zip$'
- 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
only: only:
......
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