Zipkin java bumped to 0.1.1
This commit is contained in:
@@ -2,12 +2,20 @@
|
||||
|
||||
set -o errexit
|
||||
|
||||
mkdir -p target
|
||||
|
||||
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/master/acceptance-tests/scripts/runDockerAcceptanceTests.sh"
|
||||
AT_WHAT_TO_TEST="SLEUTH"
|
||||
AT_VERSION="1.0.0.BUILD-SNAPSHOT"
|
||||
|
||||
curl "${SCRIPT_URL}" --output runDockerAcceptanceTests.sh
|
||||
curl "${SCRIPT_URL}" --output target/runDockerAcceptanceTests.sh
|
||||
|
||||
cd target
|
||||
|
||||
chmod +x runDockerAcceptanceTests.sh
|
||||
|
||||
./runDockerAcceptanceTests.sh -t "${AT_WHAT_TO_TEST}" -v "${AT_VERSION}"
|
||||
|
||||
AT_WHAT_TO_TEST="SLEUTH_ZIPKIN"
|
||||
|
||||
./runDockerAcceptanceTests.sh -t "${AT_WHAT_TO_TEST}" -v "${AT_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user