Deploy was missing sourcing the utility lib 01/12301/1
authorTim Rozet <trozet@redhat.com>
Thu, 14 Apr 2016 17:22:27 +0000 (13:22 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 14 Apr 2016 17:22:27 +0000 (13:22 -0400)
JIRA: APEX-75

Change-Id: Iec4abc319db98c32b94a0603811401fd7f9a59db
Signed-off-by: Tim Rozet <trozet@redhat.com>
ci/deploy.sh

index 3684ad5..a9a9509 100755 (executable)
@@ -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
 
 }