aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-05 00:22:07 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-05 00:22:07 +0100
commite0248ad9017e7ca4f650bea6be2bae2bef5937bc (patch)
treefae3873c45d9568d349a1dba1acca1792dad3d52
parent75c4d6be34bd6a4b01c507f2aaa1e41a69aa1664 (diff)
Use correct name for html5 image
Fix a typo in the job. Bug-AGL: SPEC-3108 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I8110b7566f2d3b77f168238d14a674e9c3677b80
-rw-r--r--jjb/common/include-agl-set-html5-image.sh2
1 files changed, 1 insertions, 1 deletions
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"