mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-03 11:24:14 +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"
|
. "${SCRIPT_PATH}/../scripts/.lib.sh"
|
||||||
|
|
||||||
RETRIES=10
|
RETRIES=10
|
||||||
DISABLED_VERSIONS=()
|
DISABLED_VERSIONS=("")
|
||||||
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user