Merge "The script pulls all branches and now can check out a specific branch or commi...
authortierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 30 Sep 2016 21:46:19 +0000 (23:46 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Fri, 30 Sep 2016 21:46:19 +0000 (23:46 +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=$?