Bug 59 - Merge BUILD.sh and BUILD_UB.sh 19/419/1
authorLeslie Giles <Leslie.Giles@riftio.com>
Tue, 27 Sep 2016 17:54:26 +0000 (13:54 -0400)
committerLeslie Giles <Leslie.Giles@riftio.com>
Tue, 27 Sep 2016 17:54:26 +0000 (13:54 -0400)
Signed-off-by: Leslie Giles <Leslie.Giles@riftio.com>
jenkins/SO/start_build

index fa1e1c4..ac07fc7 100755 (executable)
@@ -49,7 +49,7 @@ fi
 
 INFO "starting build"
 make clean || FATAL "make clean failed"
-./BUILD_UB.sh
+./BUILD.sh
 
 RC=$?