From 74ca95e4a67830d7420407c187edf7e8962eea9f Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 2 Jul 2021 15:27:49 +0200 Subject: Updates for LL branch Signed-off-by: Jan-Simon Moeller Change-Id: I41fd76d4077fc105f816727366aeb662a2a2afe8 --- jjb/common/include-agl-set-html5-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-set-html5-image.sh') diff --git a/jjb/common/include-agl-set-html5-image.sh b/jjb/common/include-agl-set-html5-image.sh index 27188ebc..33019c36 100644 --- a/jjb/common/include-agl-set-html5-image.sh +++ b/jjb/common/include-agl-set-html5-image.sh @@ -10,7 +10,7 @@ set -e ################################################################################ # only run on master, jellyfish and icefish -( echo "master jellyfish icefish koi" | grep -q $TARGETBRANCH ) || exit 0 +( echo "master jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0 export TARGETFEATURES="agl-demo agl-devel" export TARGETQA="" -- cgit 1.2.3-korg