diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-02-04 17:35:33 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-02-04 18:57:34 +0100 |
commit | c16a1bad33ec793164c36ba15e7def3fe860a859 (patch) | |
tree | 1a45733b85700a9013f1d85c74e42e45fcf9d209 /jjb/common/include-agl-auto-conf-cvscheck.sh | |
parent | afb0b168cec8ab5603c87fd6982fda4c47a03030 (diff) |
Changes for the koi branch in CI.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Ie1080c88c643c5f1c74a4f115350efb47bfd83bd
Diffstat (limited to 'jjb/common/include-agl-auto-conf-cvscheck.sh')
-rw-r--r-- | jjb/common/include-agl-auto-conf-cvscheck.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jjb/common/include-agl-auto-conf-cvscheck.sh b/jjb/common/include-agl-auto-conf-cvscheck.sh index a5dc135a..d01a730c 100644 --- a/jjb/common/include-agl-auto-conf-cvscheck.sh +++ b/jjb/common/include-agl-auto-conf-cvscheck.sh @@ -7,9 +7,5 @@ # only morty and newer support the cve-check, so check for master branch -if [ x"master" = x"$GERRIT_BRANCH" ] ; then - -# archive sources within tmp/deploy/ echo '' >> conf/auto.conf echo 'INHERIT += "cve-check"' >> conf/auto.conf -fi
\ No newline at end of file |