mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 04:15:33 +00:00
Maybe resolve duplicate pipelines
This commit is contained in:
parent
a5583ba20a
commit
5ac66fd1ee
1 changed files with 2 additions and 1 deletions
|
@ -72,9 +72,10 @@ MacOS:
|
|||
- macos
|
||||
stage: build
|
||||
rules:
|
||||
- if: '$CI_PROJECT_ID == "7107382"'
|
||||
allow_failure: false
|
||||
- if: '$CI_PROJECT_ID != "7107382"'
|
||||
allow_failure: true
|
||||
- when: always
|
||||
script:
|
||||
- rm -fr build/* # remove anything in the build directory
|
||||
- CI/before_install.osx.sh
|
||||
|
|
Loading…
Reference in a new issue