diff --git a/hack/.ci/run-e2e-gke.sh b/hack/.ci/run-e2e-gke.sh index 228a483c363..f8a33a07906 100755 --- a/hack/.ci/run-e2e-gke.sh +++ b/hack/.ci/run-e2e-gke.sh @@ -16,6 +16,11 @@ if [ -z ${SO_IMAGE+x} ]; then exit 2 fi +if [ -z ${ARTIFACTS+x} ]; then + echo "ARTIFACTS can't be empty" > /dev/stderr + exit 2 +fi + SO_DISABLE_NODECONFIG=${SO_DISABLE_NODECONFIG:-false} field_manager=run-e2e-script