1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-22 22:41:36 +00:00

Merge branch 'rule' into 'master'

Use `rule` instead of `only`

See merge request OpenMW/openmw!733
This commit is contained in:
psi29a 2021-04-12 09:24:06 +00:00
commit c2acb23fd4

View file

@ -32,8 +32,8 @@ stages:
Coverity: Coverity:
extends: .Debian extends: .Debian
only: rules:
- schedules - if: '$CI_PIPELINE_SOURCE == "schedule"'
before_script: before_script:
- CI/install_debian_deps.sh gcc openmw-deps openmw-deps-dynamic - 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 - curl -o /tmp/cov-analysis-linux64.tgz https://scan.coverity.com/download/linux64 --form project=$COVERITY_SCAN_PROJECT_NAME --form token=$COVERITY_SCAN_TOKEN