From 8fbf67c03c7c035f89cdc47dd3d77bebc0f65cd4 Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Wed, 8 Mar 2017 10:46:04 +1100 Subject: [PATCH] Let connected-24 tests fail. Although these didn't used to fail at all, they now _always_ fail due to the Docker setup we run on GitLab. Until we get that fixed, the CI is not very helpful if it fails every time, and we merge anyway. This allows us to at least correctly use the "Merge when succeeds" behaviour. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7888e3515..bb7e198ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,7 @@ connected24: cat "$log" | curl --silent -F 'clbin=<-' https://clbin.com; done - exit $EXITVALUE + allow_failure: true after_script: # this file changes every time but should not be cached