From: Jan-Simon Möller Date: Tue, 3 Jan 2017 09:00:28 +0000 (+0100) Subject: Add missing .xml postfix X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F8059%2F1;p=ci-management.git Add missing .xml postfix Change-Id: I0e6e0db04649780bacc94976171130f0319198d1 Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-build.sh b/jjb/common/include-agl-build.sh index c835d397..25873455 100644 --- a/jjb/common/include-agl-build.sh +++ b/jjb/common/include-agl-build.sh @@ -133,7 +133,7 @@ if test x"porter-nogfx" = x"$MACHINE"; then fi if test ! x"" = x"$TARGETRELEASEVERSION"; then -MANIFESTMOD="-m ${TARGETRELEASEBRANCH}_${TARGETRELEASEVERSION}" +MANIFESTMOD="-m ${TARGETRELEASEBRANCH}_${TARGETRELEASEVERSION}.xml" else MANIFESTMOD="" fi