Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e79241860..c1fbafde0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -338,6 +338,8 @@ test:macos:
PGDATA: /usr/local/var/postgres
PGHOST: localhost
PGUSER: gitlab
+ when: always
+ allow_failure: true
before_script:
- brew uninstall go
- brew install cmake go@${GO_VERSION}