Skip to content

Commit

Permalink
Merge pull request #191 from Shopify/kubectl_version
Browse files Browse the repository at this point in the history
Use correct kubectl version in CI
  • Loading branch information
stefanmb committed Oct 19, 2017
2 parents 0c9eb79 + 7deacf8 commit 56517e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker run --rm \
-v "$HOME/.kube":/"$HOME/.kube" \
-v "$HOME/.minikube":/"$HOME/.minikube" \
-v "$PWD":/usr/src/app \
-v "/usr/local/google-cloud-sdk/bin/kubectl":"/usr/bin/kubectl" \
-v "/usr/bin/minikube/kubectl":"/usr/bin/kubectl" \
-e CI=1 \
-e CODECOV_TOKEN=$CODECOV_TOKEN \
-e COVERAGE=1 \
Expand Down

0 comments on commit 56517e1

Please sign in to comment.