From c16a1bad33ec793164c36ba15e7def3fe860a859 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 4 Feb 2021 17:35:33 +0100 Subject: Changes for the koi branch in CI. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: Ie1080c88c643c5f1c74a4f115350efb47bfd83bd --- jjb/common/include-agl-set-html5-image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 002ff994..27188ebc 100644 --- a/jjb/common/include-agl-set-html5-image.sh +++ b/jjb/common/include-agl-set-html5-image.sh @@ -10,9 +10,9 @@ set -e ################################################################################ # only run on master, jellyfish and icefish -( echo "master jellyfish icefish" | grep -q $TARGETBRANCH ) || exit 0 +( echo "master jellyfish icefish koi" | grep -q $TARGETBRANCH ) || exit 0 -export TARGETFEATURES="agl-demo agl-profile-graphical-html5 agl-devel" +export TARGETFEATURES="agl-demo agl-devel" export TARGETQA="" export TARGETIMAGE="agl-demo-platform-html5" -- cgit 1.2.3-korg