1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

build: stash and pop during build and push

This commit is contained in:
Tom Gallacher 2016-10-21 12:17:04 +01:00
parent 8d5e2f916e
commit fa6c795877

View File

@ -13,8 +13,10 @@ INCLUDE=$(dirname $(readlink -f $0))
docker login -e="." -u="$_DOCKER_LOGIN_USERNAME" -p="$_DOCKER_LOGIN_PASSWORD" $_DOCKER_REGISTRY 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 curl -sSL https://raw.githubusercontent.com/tomgco/captain/master/install.sh | bash
export PATH=$HOME/.captain/bin:$PATH export PATH=$HOME/.captain/bin:$PATH
git stash -u
captain build -N yldio/joyent-dashboard- captain build -N yldio/joyent-dashboard-
captain push -N yldio/joyent-dashboard- captain push -N yldio/joyent-dashboard-
git stash apply
ensure_command triton ensure_command triton
ensure_triton_cns_is_enabled ensure_triton_cns_is_enabled