summaryrefslogtreecommitdiffstats
path: root/ci/clean.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-05-31 12:20:57 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-31 12:20:57 +0000
commitab0faad452803dad2aa7c2bfca09ee169c6063f2 (patch)
treeb6079af35d309371dfce8ef9b08f6c56b5c9b19a /ci/clean.sh
parenta4cabe0cf190582e2b872ca04858786924663628 (diff)
parent1695a72d5680fae3cf35d6a6dbd64de5dd08daf3 (diff)
Merge "Updates to CONFIG, RESOURCES and LIB"
Diffstat (limited to 'ci/clean.sh')
-rwxr-xr-xci/clean.sh4
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"