mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-25 12:09:42 +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:
|
tags:
|
||||||
- macos
|
- macos
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
rules:
|
||||||
- echo $CI_PROJECT_ID
|
- if: '$CI_PROJECT_ID != "7107382"'
|
||||||
- "false"
|
allow_failure: true
|
||||||
|
|
||||||
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