mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 18:17:09 +00: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
@ -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…
x
Reference in New Issue
Block a user