mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 06:45:35 +00:00
Allow failure when running CI from another fork
This commit is contained in:
parent
23e8e6ded7
commit
9815fa28cf
1 changed files with 4 additions and 3 deletions
|
@ -71,9 +71,10 @@ MacOS:
|
|||
tags:
|
||||
- macos
|
||||
stage: build
|
||||
before_script:
|
||||
- echo $CI_PROJECT_ID
|
||||
- "false"
|
||||
rules:
|
||||
- if: '$CI_PROJECT_ID != "7107382"'
|
||||
allow_failure: true
|
||||
|
||||
script:
|
||||
- rm -fr build/* # remove anything in the build directory
|
||||
- CI/before_install.osx.sh
|
||||
|
|
Loading…
Reference in a new issue