Skip to content
Snippets Groups Projects
Commit e5e9827f authored by garciadeblas's avatar garciadeblas
Browse files

Minor bug fixed in RO/start_build


Change-Id: I5339ec6d2713de070354eccee56903263fda0d80
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 89173101
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment