Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
omerlh committed Aug 14, 2019
1 parent b8e723d commit 6028c23
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 [[ ${kubernetesVersion:?} == "v.15.0" ]]
then
kind_config="kind-config-1.15.yaml"
else
Expand Down

0 comments on commit 6028c23

Please sign in to comment.