Skip to content

Commit

Permalink
fixing travis build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Magesh Chandramouli committed Oct 29, 2019
1 parent 7f7700f commit ab16d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

./mvnw --batch-mode install -B -V

cd blobs-agent/reverse-proxy && docker build -t ${DOCKER_IMAGE_NAME} -f Dockerfile . && cd ../..
cd agent/reverse-proxy && docker build -t ${DOCKER_IMAGE_NAME} -f Dockerfile . && cd ../..

0 comments on commit ab16d84

Please sign in to comment.