let acceptance tests run in bamboo.
This commit is contained in:
@@ -19,8 +19,6 @@ script:
|
||||
- ./consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul -ui-dir ./src/test/resources/consul_ui &
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./mvnw --settings .settings.xml deploy -nsu -Dmaven.test.redirectTestOutputToFile=true'
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] || ./mvnw --settings .settings.xml install -nsu -Dmaven.test.redirectTestOutputToFile=true'
|
||||
- killall consul
|
||||
- jdk_switcher use oraclejdk8 && sh -e scripts/runAcceptanceTests.sh
|
||||
env:
|
||||
global:
|
||||
- GIT_NAME="Spencer Gibb"
|
||||
|
||||
Reference in New Issue
Block a user