summaryrefslogtreecommitdiffstats
path: root/ci/util.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/util.sh
parenta4cabe0cf190582e2b872ca04858786924663628 (diff)
parent1695a72d5680fae3cf35d6a6dbd64de5dd08daf3 (diff)
Merge "Updates to CONFIG, RESOURCES and LIB"
Diffstat (limited to 'ci/util.sh')
-rwxr-xr-xci/util.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/util.sh b/ci/util.sh
index 67748c0b..b262c203 100755
--- a/ci/util.sh
+++ b/ci/util.sh
@@ -3,9 +3,11 @@
# @author Tim Rozet (trozet@redhat.com)
CONFIG=${CONFIG:-'/var/opt/opnfv'}
+RESOURCES=${RESOURCES:-"$CONFIG/images"}
+LIB=${LIB:-"$CONFIG/lib"}
VALID_CMDS="undercloud debug-stack -h --help"
-source $CONFIG/lib/utility-functions.sh
+source $LIB/utility-functions.sh
resolve_cmd() {
local given=$1