mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 21:15:36 +00:00
I can write whatever as this'll be squashed
This commit is contained in:
parent
5ac66fd1ee
commit
45e5656b99
1 changed files with 3 additions and 5 deletions
|
@ -71,11 +71,9 @@ MacOS:
|
|||
tags:
|
||||
- macos
|
||||
stage: build
|
||||
rules:
|
||||
- if: '$CI_PROJECT_ID == "7107382"'
|
||||
allow_failure: false
|
||||
- if: '$CI_PROJECT_ID != "7107382"'
|
||||
allow_failure: true
|
||||
only:
|
||||
variables:
|
||||
- $CI_PROJECT_ID == "7107382"
|
||||
script:
|
||||
- rm -fr build/* # remove anything in the build directory
|
||||
- CI/before_install.osx.sh
|
||||
|
|
Loading…
Reference in a new issue