mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
gitlab-ci.yml: only run coverity in the upstream project
This pipeline only makes sense to run in the upstream project where the coverity variables are defined, so they currently fail in forks. Signed-off-by: Georgia Garcia <georgia.garcia@canonical.com>
This commit is contained in:
parent
07fe0e9a1b
commit
c382efe119
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ coverity:
|
|||
only:
|
||||
refs:
|
||||
- master
|
||||
variables:
|
||||
- $CI_PROJECT_PATH == "apparmor/apparmor"
|
||||
script:
|
||||
- apt-get install --no-install-recommends -y curl git texlive-latex-recommended
|
||||
- *install-c-build-deps
|
||||
|
|
Loading…
Add table
Reference in a new issue