Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
omerlh committed Aug 14, 2019
1 parent 6028c23 commit 97dcfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/crd-controller/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ create_kind_cluster() {

docker cp kubectl e2e:/usr/local/bin/kubectl

if [[ ${kubernetesVersion:?} == "v.15.0" ]]
if [[ $K8S_VERSION == "v.15.0" ]]
then
kind_config="kind-config-1.15.yaml"
else
Expand Down

0 comments on commit 97dcfe1

Please sign in to comment.