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

Update .gitlab-ci.yml

parent 17dc151b
Pipeline #268 failed
...@@ -4,5 +4,13 @@ variables: ...@@ -4,5 +4,13 @@ variables:
build: build:
script: script:
- echo $JAVA_HOME - mvn package -B
- mvn package -B
\ No newline at end of file release:
script:
- "echo create release"
only:
- tags
refs:
- master
\ No newline at end of file
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