Ensure scripts and dev-env works in osx (#5062)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-12 21:48:41 -03:00 committed by GitHub
parent 28350f9876
commit 4a33b1e163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -232,7 +232,7 @@ dep-ensure: check-go-version ## Update and vendo go dependencies.
.PHONY: dev-env
dev-env: check-go-version ## Starts a local Kubernetes cluster using minikube, building and deploying the ingress controller.
@DIND_TASKS=0 USE_DOCKER=false build/dev-env.sh
@build/dev-env.sh
.PHONY: live-docs
live-docs: ## Build and launch a local copy of the documentation website in http://localhost:3000