From: garciadeblas Date: Wed, 31 Aug 2016 13:15:02 +0000 (+0200) Subject: Minor bug fixed in RO/start_build X-Git-Tag: v1.0.0~32 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=e5e9827ff5d5fae8cbfe701d8487981fc8352b36;p=osm%2Fdevops.git Minor bug fixed in RO/start_build Change-Id: I5339ec6d2713de070354eccee56903263fda0d80 Signed-off-by: garciadeblas --- diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build index b6336792..f3d2117c 100755 --- a/jenkins/RO/start_build +++ b/jenkins/RO/start_build @@ -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"