Fix unbound bash variable in CI tests

This commit is contained in:
cytopia 2020-01-04 15:45:54 +01:00
parent dada924b41
commit 99163bd525
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -13,7 +13,7 @@ DVLBOX_PATH="$( cd "${SCRIPT_PATH}/../.." && pwd -P )"
. "${SCRIPT_PATH}/../scripts/.lib.sh"
RETRIES=10
DISABLED_VERSIONS=()
DISABLED_VERSIONS=("")
echo