Commit 075d0dda authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

Moved deploy-target to deploy stage

parent 7805e6c9
variables: variables:
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log. # This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
# `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work. # `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.
...@@ -36,8 +35,7 @@ verify: ...@@ -36,8 +35,7 @@ verify:
# For `master` branch run `mvn deploy` automatically. # For `master` branch run `mvn deploy` automatically.
# Here you need to decide whether you want to use JDK7 or 8. # Here you need to decide whether you want to use JDK7 or 8.
deploy: deploy:
# Use stage test here, so the pages job may later pickup the created site. stage: deploy
stage: test
script: script:
- 'mvn $MAVEN_CLI_OPTS deploy' - 'mvn $MAVEN_CLI_OPTS deploy'
only: only:
......
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