From: Jan-Simon Moeller Date: Wed, 4 Mar 2020 23:22:07 +0000 (+0100) Subject: Use correct name for html5 image X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e0248ad9017e7ca4f650bea6be2bae2bef5937bc;p=ci-management.git Use correct name for html5 image Fix a typo in the job. Bug-AGL: SPEC-3108 Signed-off-by: Jan-Simon Moeller Change-Id: I8110b7566f2d3b77f168238d14a674e9c3677b80 --- diff --git a/jjb/common/include-agl-set-html5-image.sh b/jjb/common/include-agl-set-html5-image.sh index 39d7f290..78af83fd 100644 --- a/jjb/common/include-agl-set-html5-image.sh +++ b/jjb/common/include-agl-set-html5-image.sh @@ -14,7 +14,7 @@ set -e export TARGETFEATURES="agl-profile-graphical-html5 agl-devel" export TARGETQA="" -export TARGETIMAGE="agl-demo-platform-html5" +export TARGETIMAGE="agl-image-graphical-html5" eval TARGETIMAGE="$TARGETIMAGE" eval TARGETIMAGEnogfx="$TARGETIMAGE"