Browse Source

use new repo

master
Brett Langdon 7 years ago
parent
commit
258d0bf515
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      dash-apm-python/background.sh
  2. +3
    -0
      dash-apm-python/foreground.sh

+ 1
- 1
dash-apm-python/background.sh View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
mkdir /tracing-workshop
git clone https://github.com/burningion/distributed-tracing-with-apm-workshop /tracing-workshop
git clone https://github.com/brettlangdon/distributed-tracing-with-apm-workshop /tracing-workshop
cd /tracing-workshop
docker-compose pull

+ 3
- 0
dash-apm-python/foreground.sh View File

@ -1,2 +1,5 @@
#!/usr/bin/env bash
cd /tracing-workshop
# clear the console
clear

Loading…
Cancel
Save