1
0
Fork 0
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:
AnyOldName3 2020-10-16 22:25:32 +00:00
parent 23e8e6ded7
commit 9815fa28cf

View file

@ -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