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

Update .gitlab-ci.yml

No related merge requests found
Pipeline #268 failed
Showing with 10 additions and 2 deletions
+10 -2
......@@ -4,5 +4,13 @@ variables:
build:
script:
- echo $JAVA_HOME
- mvn package -B
\ No newline at end of file
- mvn package -B
release:
script:
- "echo create release"
only:
- tags
refs:
- master
\ No newline at end of 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