From: Jan-Simon Moeller Date: Sun, 7 Aug 2022 21:49:38 +0000 (+0200) Subject: Handle bbe X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f05de1ec672314095f65ff037b292a0ef6110388;p=ci-management.git Handle bbe Signed-off-by: Jan-Simon Moeller Change-Id: I06ad57ca850f4c263abdecddb1dbcf1e7ba96a9f --- diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 5ca80bdb..d0bf0c57 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -187,11 +187,9 @@ fi ##### needlefish integration -if test x"master" = x"${TARGETBRANCH}" ; then - +if test x"master" = x"${TARGETBRANCH}" -o test x"needlefish" = x"${TARGETBRANCH}" ; then if test x"bbe" = x"${TARGETMACHINE}" ; then echo "Target not yet building - exit gracefully." exit 0 fi - fi \ No newline at end of file