Merge pull request #658 from cytopia/fix-unbound-var

Fix unbound bash variable in CI tests
This commit is contained in:
cytopia 2020-01-04 15:44:27 +01:00 committed by GitHub
commit b75aa9f2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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