Merge "New folder installers and new installer to install OSM release 1 from source"
authormordkoff <Jeremy.Mordkoff@riftio.com>
Fri, 30 Sep 2016 20:18:05 +0000 (22:18 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Fri, 30 Sep 2016 20:18:05 +0000 (22:18 +0200)
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=$?