aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-08-07 23:49:38 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-08-07 23:49:38 +0200
commitf05de1ec672314095f65ff037b292a0ef6110388 (patch)
tree3cc73d76e9aa0f74dfbb3e6dc1f9074654c91f51
parent3beadbe1ff926947e40566db0b815cec9d119c4d (diff)
Handle bbe
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I06ad57ca850f4c263abdecddb1dbcf1e7ba96a9f
-rw-r--r--jjb/common/include-agl-header.sh4
1 files changed, 1 insertions, 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