Skip to content

Commit

Permalink
wow, so smart
Browse files Browse the repository at this point in the history
Signed-off-by: Won Jun Jang <wjang@uber.com>
  • Loading branch information
black-adder committed Mar 1, 2018
1 parent bf3eba5 commit 734ccf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/build-all-in-one-image.sh
Expand Up @@ -11,7 +11,7 @@ make build-all-in-one-linux
export REPO=jaegertracing/all-in-one

docker build -f cmd/standalone/Dockerfile -t $REPO:latest .
export CID=$(docker run -d -p 16686:16686 5778:5778 $REPO:latest)
export CID=$(docker run -d -p 16686:16686 -p 5778:5778 $REPO:latest)
make integration-test
docker kill $CID

Expand Down

0 comments on commit 734ccf5

Please sign in to comment.