aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-set-flutter-demo-image.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-03-23 11:54:11 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-03-23 11:54:11 +0100
commit11a623e3a2cf2ab987d14e8a1e4c4ab070a1a69b (patch)
tree0960a0a8d5b8242874ca779ccdd13ec5e290d364 /jjb/common/include-agl-set-flutter-demo-image.sh
parent6e69c988717adb6c8811af4647e74c03a04c4c3a (diff)
updates for octopus
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ia1a057c58643e849967e66542e260eeebf2b6664
Diffstat (limited to 'jjb/common/include-agl-set-flutter-demo-image.sh')
-rw-r--r--jjb/common/include-agl-set-flutter-demo-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-set-flutter-demo-image.sh b/jjb/common/include-agl-set-flutter-demo-image.sh
index 4b82a502..e91cc971 100644
--- a/jjb/common/include-agl-set-flutter-demo-image.sh
+++ b/jjb/common/include-agl-set-flutter-demo-image.sh
@@ -10,7 +10,7 @@ set -e
################################################################################
# only run on master, jellyfish and icefish
-( echo "marlin" | grep -q $TARGETBRANCH ) || exit 0
+! ( echo "marlin jellyfish lamprey koi" | grep -q $TARGETBRANCH ) || exit 0
export TARGETFEATURES="agl-demo agl-devel"
export TARGETQA=""