diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-header.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 857a6ea6..c837b934 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -29,8 +29,8 @@ export TARGETPROJECT="AGL/AGL-repo" export TARGETBRANCH="master" export TARGETREFSPEC="refs/heads/master" -export TARGETFEATURESnogfx="agl-ci-change-features-nogfx" -export TARGETFEATURES="agl-ci-change-features" +export TARGETFEATURESnogfx="agl-ci-change-features-nogfx agl-ci" +export TARGETFEATURES="agl-ci-change-features agl-ci" export TARGETQA="" export TARGETIMAGE="agl-demo-platform\${TARGETQA}" |