mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-22 06:07:48 +00:00
Merge pull request #658 from cytopia/fix-unbound-var
Fix unbound bash variable in CI tests
This commit is contained in:
commit
b75aa9f2ab
@ -13,7 +13,7 @@ DVLBOX_PATH="$( cd "${SCRIPT_PATH}/../.." && pwd -P )"
|
||||
. "${SCRIPT_PATH}/../scripts/.lib.sh"
|
||||
|
||||
RETRIES=10
|
||||
DISABLED_VERSIONS=()
|
||||
DISABLED_VERSIONS=("")
|
||||
|
||||
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user