diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-05 00:22:07 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-05 00:22:07 +0100 |
commit | e0248ad9017e7ca4f650bea6be2bae2bef5937bc (patch) | |
tree | fae3873c45d9568d349a1dba1acca1792dad3d52 /jjb | |
parent | 75c4d6be34bd6a4b01c507f2aaa1e41a69aa1664 (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
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-set-html5-image.sh | 2 |
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" |