From 0e672363150b6001b95bc1cf5673f707f55af1a7 Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Thu, 13 Apr 2017 13:30:43 -0700 Subject: [PATCH] build: fix container publish --- ci/build_container/update_build_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_container/update_build_container.sh b/ci/build_container/update_build_container.sh index bfdd519fc51d0..35e2f38dec4e9 100755 --- a/ci/build_container/update_build_container.sh +++ b/ci/build_container/update_build_container.sh @@ -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