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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-26 15:59:00 +0300
committerRémy Coutable <remy@rymai.me>2016-10-26 15:59:00 +0300
commit0d773b086d8da5f19b216b72b8ad215d338e303a (patch)
treef734bd98e686c7701ff23f40a3a1854215114174 /.gitlab-ci.yml
parenta66a3c7449f6d91f7f3bb1a86ac0e17623ba1fd6 (diff)
We don't need to run ee_compat_check against master
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 474bf6765f4..0eb579e7388 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -215,6 +215,7 @@ rake ee_compat_check:
only:
- branches
except:
+ - master
- tags
allow_failure: yes