summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-04-20 12:17:57 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-04-20 12:17:57 +0000
commitaa3bb02b50fe29226bc228790a6aaa1f0fb15db2 (patch)
treebecd5c8bbec738c1a483ad5d16b3a118b15568f7
parent905571a3094cc99fed20448ac411a0a6e9a08de4 (diff)
parent2d0ad0128b29e6cbfb9d452b4aef67b0f4929530 (diff)
Merge "Deploy was missing sourcing the utility lib"
-rwxr-xr-xci/deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 3684ad56..a9a9509e 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -1231,6 +1231,7 @@ parse_cmdline() {
##LIBRARIES
# Do this after cli parse so that $CONFIG is set properly
source $CONFIG/lib/common-functions.sh
+ source $CONFIG/lib/utility-functions.sh
source $CONFIG/lib/installer/onos/onos_gw_mac_update.sh
}