Skip to content

Commit

Permalink
fix: fixes circleci tests by using the temporary new zipkin.apache.or…
Browse files Browse the repository at this point in the history
…g url for quickstart.
  • Loading branch information
jcchavezs committed Jun 9, 2019
1 parent 92ce552 commit ee94477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
php -r "if (hash_file('SHA384', 'composer-setup.php') === trim(file_get_contents('https://composer.github.io/installer.sig'))) { echo 'Installer verified'; } else { echo 'Installer invalid'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
- run: curl -sSL https://zipkin.io/quickstart.sh | bash -s
- run: curl -sSL https://zipkin.apache.org/quickstart.sh | bash -s
- run:
background: true
command: java -jar zipkin.jar
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
php -r "if (hash_file('SHA384', 'composer-setup.php') === trim(file_get_contents('https://composer.github.io/installer.sig'))) { echo 'Installer verified'; } else { echo 'Installer invalid'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
- run: curl -sSL https://zipkin.io/quickstart.sh | bash -s
- run: curl -sSL https://zipkin.apache.org/quickstart.sh | bash -s
- run:
background: true
command: java -jar zipkin.jar
Expand Down

0 comments on commit ee94477

Please sign in to comment.