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

Update .gitlab-ci.yml

parent b334b011
Pipeline #279 passed with stage
in 8 seconds
......@@ -9,10 +9,10 @@ variables:
release:
script:
- mvn package -B
- echo "create release"
- 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 $CI_PROJECT_ID
- echo $CI_COMMIT_TAG
only:
refs:
- master
......
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