| commit | e5e9827ff5d5fae8cbfe701d8487981fc8352b36 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Aug 31 15:15:02 2016 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Aug 31 15:15:02 2016 +0200 |
| tree | f6b6177c2eef22b39553d59577e65826b4c9abc7 | |
| parent | 89173101dd8d4311b0f7ebde810c832c2339af38 [diff] [blame] |
Minor bug fixed in RO/start_build Change-Id: I5339ec6d2713de070354eccee56903263fda0d80 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build index b633679..f3d2117 100755 --- a/jenkins/RO/start_build +++ b/jenkins/RO/start_build
@@ -34,7 +34,7 @@ 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"