From 6be736a7d24ca548778b1d6ff27fd9dcd3e4a7fa Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Mon, 11 Sep 2017 23:15:41 +0800 Subject: Enable ee_compat_check for forks, but not EE We exclude known EE projects, and check the project directory name for EE forks. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0520f3b1c37..895ab4c42b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -413,12 +413,12 @@ downtime_check: ee_compat_check: <<: *rake-exec - only: - - branches@gitlab-org/gitlab-ce except: - master - tags - /^[\d-]+-stable(-ee)?/ + - branches@gitlab-org/gitlab-ee + - branches@gitlab/gitlab-ee allow_failure: yes cache: key: "ee_compat_check_repo" -- cgit v1.2.3