diff options
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-agl-header.sh | 4 |
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 |