diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-11 14:21:41 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-11 14:22:08 +0100 |
commit | a73d93003c0579dd039b74645f3d7d48448c251b (patch) | |
tree | 498994d8e5f09ec2c88799649bab872b5672f53f /jjb/common/include-agl-header.sh | |
parent | 7acbd033f178441b679dd5e1626d3628996f9c74 (diff) |
Remove sota from CI mix for the moment
Change-Id: I901946e227d60531adc428bea6a454224efe5dbe
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 7268ebce..280feebd 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -29,7 +29,7 @@ export TARGETPROJECT="AGL/AGL-repo" export TARGETBRANCH="master" export TARGETREFSPEC="refs/heads/master" -export TARGETFEATURESnogfx="agl-appfw-smack agl-netboot agl-sota agl-devel" +export TARGETFEATURESnogfx="agl-appfw-smack agl-netboot agl-devel" export TARGETFEATURES="agl-demo ${TARGETFEATURESnogfx}" export TARGETQA="" |