Commit e67cede5 authored by Tobias Meuser's avatar Tobias Meuser
Browse files

Merge branch 'master' into tm/vehicular-services

parents be60ca55 29e31f24
......@@ -19,6 +19,8 @@ validate:
stage: build
script:
- 'mvn $MAVEN_CLI_OPTS test-compile'
only:
- master
image: maven:3.3.9-jdk-8
# For merge requests do not `deploy` but only run `verify`.
......@@ -27,19 +29,9 @@ verify:
stage: test
script:
- 'mvn $MAVEN_CLI_OPTS verify'
except:
- master
image: maven:3.3.9-jdk-8
# For `master` branch run `mvn deploy` automatically.
# Here you need to decide whether you want to use JDK7 or 8.
deploy:
stage: deploy
script:
- 'mvn $MAVEN_CLI_OPTS deploy'
only:
- master
image: maven:3.3.9-jdk-8
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