Minor bug fixed in RO/start_build 76/276/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 31 Aug 2016 13:15:02 +0000 (15:15 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 31 Aug 2016 13:15:02 +0000 (15:15 +0200)
Change-Id: I5339ec6d2713de070354eccee56903263fda0d80
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
jenkins/RO/start_build

index b633679..f3d2117 100755 (executable)
@@ -34,7 +34,7 @@ else
        cd $OSM_MDG
 fi
 if [ $# -gt 0 ]; then
-       git checkout $1
+       git checkout $1 || FATAL "git checkout '$1' didn't work"
 fi
 
 INFO "starting build"