Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Fix xdock image build on travis (jaegertracing#432)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored May 24, 2018
1 parent 71b1a50 commit 3ffaf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis/publish-crossdock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD

set -x

./gradlew shadowJar
pushd 'jaeger-crossdock'
docker build -f Dockerfile -t $REPO:$COMMIT .
popd
Expand Down

0 comments on commit 3ffaf9d

Please sign in to comment.