Skip to content

Commit

Permalink
Fix crossdock test-driver upload to Hub (jaegertracing#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Sep 18, 2017
1 parent 09fe054 commit 939dc91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crossdock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:

test_driver:
build: .
image: jaegertracing/test_driver:latest
image: jaegertracing/test-driver:latest
links:
- cassandra
depends_on:
Expand Down
2 changes: 2 additions & 0 deletions travis/build-crossdock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ else
exit 0
fi

set -x

# docker image has been build when running the crossdock
export REPO=jaegertracing/test-driver
docker tag $REPO:latest $REPO:$COMMIT
Expand Down

0 comments on commit 939dc91

Please sign in to comment.