1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 03:45:34 +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:
- 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