Skip to content

Commit

Permalink
Zipkin Version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Uebele committed Dec 2, 2019
1 parent caac193 commit 189ab0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iks-scripts/deploy-articles-java-jee.sh
Expand Up @@ -24,12 +24,12 @@ function setup() {
kubectl delete -f deployment/kubernetes.yaml --ignore-not-found
kubectl delete -f deployment/istio.yaml --ignore-not-found

file="${root_folder}/articles-java-jee/liberty-opentracing-zipkintracer-1.2-sample.zip"
file="${root_folder}/articles-java-jee/liberty-opentracing-zipkintracer-1.3-sample.zip"
if [ -f "$file" ]
then
echo "$file found"
else
curl -L -o $file https://github.com/WASdev/sample.opentracing.zipkintracer/releases/download/1.2/liberty-opentracing-zipkintracer-1.3-sample.zip
curl -L -o $file https://github.com/WASdev/sample.opentracing.zipkintracer/releases/download/1.3/liberty-opentracing-zipkintracer-1.3-sample.zip
fi
unzip -o liberty-opentracing-zipkintracer-1.3-sample.zip -d liberty-opentracing-zipkintracer/

Expand Down

0 comments on commit 189ab0f

Please sign in to comment.