Skip to content

Commit

Permalink
build: fix container publish (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattklein123 committed Apr 13, 2017
1 parent ebbf7cd commit 98a1276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_container/update_build_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
read -r -p "Do you have master checked out with most recent changes? [y/N] " response
if [[ $response =~ ^([yY][eE][sS]|[yY])$ ]]
then
TAG="$(git rev-parse master)"
export TAG="$(git rev-parse master)"
docker-machine start default
eval $(docker-machine env default)
./docker_build.sh
Expand Down

0 comments on commit 98a1276

Please sign in to comment.