diff options
Diffstat (limited to 'ci/clean.sh')
-rwxr-xr-x | ci/clean.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/clean.sh b/ci/clean.sh index 368ce8bc..e5b2f91c 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -14,9 +14,11 @@ # Use default if no param passed CONFIG=${CONFIG:-'/var/opt/opnfv'} +RESOURCES=${RESOURCES:-"$CONFIG/images"} +LIB=${LIB:-"$CONFIG/lib"} ##LIBRARIES -source $CONFIG/lib/common-functions.sh +source $LIB/common-functions.sh vm_index=4 ovs_bridges="br-admin br-private br-public br-storage" |