We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42efb0a commit 71127d1Copy full SHA for 71127d1
scripts/ci-e2e.sh
@@ -53,7 +53,7 @@ export USE_EXISTING_CLUSTER=false
53
# - KUBERNETES_VERSION_UPGRADE_FROM
54
# - KUBERNETES_VERSION_LATEST_CI
55
# - KUBERNETES_VERSION_MANAGEMENT
56
-if [[ -n "${GINKGO_LABEL_FILTER}" ]]; then
+if [[ -n "${GINKGO_LABEL_FILTER+x}" && -n "${GINKGO_LABEL_FILTER}" ]]; then
57
echo "Preparing kindest/node images for Ginkgo label filter: ${GINKGO_LABEL_FILTER}"
58
k8s::prepareKindestImagesVariablesGingkoFilters
59
else
0 commit comments