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:
authorLin Jen-Shin <godfat@godfat.org>2017-09-11 18:15:41 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-09-14 21:06:48 +0300
commit6be736a7d24ca548778b1d6ff27fd9dcd3e4a7fa (patch)
treebf77649f1e8a9e883bd7e3ecec30cde30eee9292 /.gitlab-ci.yml
parent4f18de7087e4bf4ea51c8571be752cabd0a6e683 (diff)
Enable ee_compat_check for forks, but not EE
We exclude known EE projects, and check the project directory name for EE forks.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
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"