mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 17:39:40 +00:00
Merge branch 'rule' into 'master'
Use `rule` instead of `only` See merge request OpenMW/openmw!733
This commit is contained in:
commit
c2acb23fd4
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ stages:
|
|||
|
||||
Coverity:
|
||||
extends: .Debian
|
||||
only:
|
||||
- schedules
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||
before_script:
|
||||
- CI/install_debian_deps.sh gcc openmw-deps openmw-deps-dynamic
|
||||
- curl -o /tmp/cov-analysis-linux64.tgz https://scan.coverity.com/download/linux64 --form project=$COVERITY_SCAN_PROJECT_NAME --form token=$COVERITY_SCAN_TOKEN
|
||||
|
|
Loading…
Reference in a new issue