From 99163bd525f373dbce040f66831fab3cfeef2dec Mon Sep 17 00:00:00 2001 From: cytopia Date: Sat, 4 Jan 2020 15:45:54 +0100 Subject: [PATCH] Fix unbound bash variable in CI tests --- .tests/tests/vendor-ocp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tests/tests/vendor-ocp.sh b/.tests/tests/vendor-ocp.sh index fd517041..f9620700 100755 --- a/.tests/tests/vendor-ocp.sh +++ b/.tests/tests/vendor-ocp.sh @@ -13,7 +13,7 @@ DVLBOX_PATH="$( cd "${SCRIPT_PATH}/../.." && pwd -P )" . "${SCRIPT_PATH}/../scripts/.lib.sh" RETRIES=10 -DISABLED_VERSIONS=() +DISABLED_VERSIONS=("") echo