fix docker testing

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-07-19 22:20:23 +08:00
parent 7182bfb857
commit 4c5d482ff6
4 changed files with 11 additions and 6 deletions

View File

@@ -67,6 +67,7 @@ endif
docker push $(DEPLOY_ACCOUNT)/$(PRODUCTION_IMAGE):$(tag)
install:
@which glide || (curl https://glide.sh/get | sh)
@glide install
update: