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

Minor bug fixed in host/start_build


Change-Id: Ibfb9f5997b28f85d274b8b70fbc359d297e76aac
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent a8cbb919
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ HERE=$(realpath $(dirname $0))
OSM_JENKINS=$(dirname $HERE)
. $OSM_JENKINS/common/all_funcs
[ $# -eq 1 ] || FATAL "arg is MDG name"
[ $# -lt 1 ] && FATAL "arg is MDG name"
export OSM_MDG=$1
shift
......
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