From fa6c795877439e31d5b4692fecedfa7785d231bd Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Fri, 21 Oct 2016 12:17:04 +0100 Subject: [PATCH] build: stash and pop during build and push --- bin/deploy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/deploy b/bin/deploy index cdaa90b8..523c21c5 100755 --- a/bin/deploy +++ b/bin/deploy @@ -13,8 +13,10 @@ INCLUDE=$(dirname $(readlink -f $0)) docker login -e="." -u="$_DOCKER_LOGIN_USERNAME" -p="$_DOCKER_LOGIN_PASSWORD" $_DOCKER_REGISTRY curl -sSL https://raw.githubusercontent.com/tomgco/captain/master/install.sh | bash export PATH=$HOME/.captain/bin:$PATH +git stash -u captain build -N yldio/joyent-dashboard- captain push -N yldio/joyent-dashboard- +git stash apply ensure_command triton ensure_triton_cns_is_enabled