diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-23 16:52:27 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-23 16:52:27 -0500 |
commit | bd8a6bde2ee73e599800137b9428a401bc105985 (patch) | |
tree | 2cf18fbd7105b5cd66157b536772d1abe47c8606 /.gitlab-ci.yml | |
parent | a0b9d42be3ae65860d5187918891344a611ca2ac (diff) | |
download | haskell-bd8a6bde2ee73e599800137b9428a401bc105985.tar.gz |
gitlab-ci: Disable CircleCI Darwin builds
They aren't finishing correctly anyways.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c2f2a4942..6b1a22f112 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -382,7 +382,7 @@ validate-x86_64-windows: # This requires updating the maximum artifacts size limit in Gitlab to # something like 200MB. -circleci-validate-x86_64-darwin: +.circleci-validate-x86_64-darwin: extends: .circleci stage: full-build allow_failure: true |