From 39f919821c42e78e774866f1e7e970c51034ee52 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Sat, 31 Dec 2016 14:23:38 +0100 Subject: [PATCH] allow CI failure on mirroring --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 819e7b00..629b484c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ mirror repository: stage: build only: - branches@kwant/kwant + allow_failure: true variables: REPOS: "git@github.com:kwant-project/kwant.git git@gitlab.com:kwant/kwant.git" before_script: -- GitLab