mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 06:45:35 +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
|
- macos
|
||||||
stage: build
|
stage: build
|
||||||
rules:
|
rules:
|
||||||
|
- if: '$CI_PROJECT_ID == "7107382"'
|
||||||
|
allow_failure: false
|
||||||
- if: '$CI_PROJECT_ID != "7107382"'
|
- if: '$CI_PROJECT_ID != "7107382"'
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
- when: always
|
|
||||||
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