From f05de1ec672314095f65ff037b292a0ef6110388 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Sun, 7 Aug 2022 23:49:38 +0200 Subject: Handle bbe Signed-off-by: Jan-Simon Moeller Change-Id: I06ad57ca850f4c263abdecddb1dbcf1e7ba96a9f --- jjb/common/include-agl-header.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- cgit 1.2.3-korg