mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-24 07:06:49 +00:00
Add default case for when rule doesn't match
This commit is contained in:
parent
9815fa28cf
commit
1e17aa97fa
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ MacOS:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PROJECT_ID != "7107382"'
|
- if: '$CI_PROJECT_ID != "7107382"'
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
- when: always
|
||||||
script:
|
script:
|
||||||
- rm -fr build/* # remove anything in the build directory
|
- rm -fr build/* # remove anything in the build directory
|
||||||
- CI/before_install.osx.sh
|
- CI/before_install.osx.sh
|
||||||
|
|
Loading…
Reference in a new issue