Skip to content

Commit

Permalink
Merge pull request #3794 from Shopify/set-to-use
Browse files Browse the repository at this point in the history
use use-context that actually changes the context
  • Loading branch information
k8s-ci-robot authored Feb 21, 2019
2 parents 56bcd78 + 7e3b69b commit bd61b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SKIP_MINIKUBE_START=${SKIP_MINIKUBE_START:-}
NAMESPACE="${NAMESPACE:-ingress-nginx}"
echo "NAMESPACE is set to ${NAMESPACE}"

kubectl config set-context minikube
kubectl config use-context minikube

export TAG=dev
export ARCH=amd64
Expand Down

0 comments on commit bd61b7a

Please sign in to comment.