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

Update .gitlab-ci.yml

No related merge requests found
Pipeline #279 passed with stage
in 8 seconds
Showing with 3 additions and 3 deletions
+3 -3
...@@ -9,10 +9,10 @@ variables: ...@@ -9,10 +9,10 @@ variables:
release: release:
script: script:
- mvn package -B - mvn package -B
- echo "create release" - FILE= ls target/ | grep '\.zip$' | head -n 1
- ls target/ | grep '\.zip$' | head -n 1
- FILE= ls target/ | grep *.zip | head -n 1
- echo $FILE - echo $FILE
- echo $CI_PROJECT_ID
- echo $CI_COMMIT_TAG
only: only:
refs: refs:
- master - master
......
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