update packages dependency.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-05-04 11:05:44 +08:00
parent 372825245c
commit b9ca0395a2
4 changed files with 168 additions and 12 deletions

View File

@@ -49,6 +49,12 @@ endif
docker tag -f $(PRODUCTION_IMAGE):latest $(DEPLOY_ACCOUNT)/$(PRODUCTION_IMAGE):$(tag)
docker push $(DEPLOY_ACCOUNT)/$(PRODUCTION_IMAGE):$(tag)
bundle:
glide install
bundle_update:
glide update --all-dependencies --resolve-current
lint:
golint gorush