summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-04-14 13:22:27 -0400
committerTim Rozet <trozet@redhat.com>2016-04-14 13:22:27 -0400
commit2d0ad0128b29e6cbfb9d452b4aef67b0f4929530 (patch)
tree698481433e20f2ef567c6fd01094790b4edbc4ad /ci/deploy.sh
parentce801d561df163ff2ff27983067f39852947aa68 (diff)
Deploy was missing sourcing the utility lib
JIRA: APEX-75 Change-Id: Iec4abc319db98c32b94a0603811401fd7f9a59db Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'ci/deploy.sh')
-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
}