We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653372b commit 56c016cCopy full SHA for 56c016c
runAcceptanceTests.sh
@@ -107,7 +107,7 @@ READY_FOR_TESTS="no"
107
DOWNLOAD_ZIPKIN="${DOWNLOAD_ZIPKIN:-true}"
108
109
pushd build
110
-if [[ "${DOWNLOAD_ZIPKIN}" == "true" ]]
+if [[ "${DOWNLOAD_ZIPKIN}" == "true" ]]; then
111
echo -e "\nDownloading Zipkin Server"
112
rm -rf zipkin.jar || echo "No zipkin.jar to remove"
113
curl -sSL https://zipkin.io/quickstart.sh | bash -s
scripts/start_with_zipkin_server.sh
@@ -73,7 +73,7 @@ fi
73
pushd zipkin-server
74
mkdir -p build
75
cd build
76
77
78
79
0 commit comments