Merge pull request #2417 from Shopify/dev-up

Automate building developer environment
This commit is contained in:
k8s-ci-robot 2018-04-24 13:52:02 -07:00 committed by GitHub
commit 57c10f947c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 76 additions and 0 deletions

View file

@ -209,3 +209,7 @@ dep-ensure:
dep version || go get -u github.com/golang/dep/cmd/dep
dep ensure -v
dep prune -v
.PHONY: dev-env
dev-env:
@./hack/build-dev-env.sh