summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnyOldName3 <krizdjali+gitlab@gmail.com>2020-10-16 23:33:48 +0000
committerAnyOldName3 <krizdjali+gitlab@gmail.com>2020-10-16 23:33:48 +0000
commit45e5656b99e6838a046446ed4cae4ef380ea0630 (patch)
tree9e68b8a10b85e7640d28c3746f581c1dadfb4659
parent5ac66fd1ee688b8c22a5e7b05c1dbbed6e54723a (diff)
I can write whatever as this'll be squashedmacos-runner-beta-fencing
-rw-r--r--.gitlab-ci.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 009e2c0acc..65cfc7e092 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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