diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-09-11 23:15:41 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-09-15 02:06:48 +0800 |
commit | 6be736a7d24ca548778b1d6ff27fd9dcd3e4a7fa (patch) | |
tree | bf77649f1e8a9e883bd7e3ecec30cde30eee9292 /.gitlab-ci.yml | |
parent | 4f18de7087e4bf4ea51c8571be752cabd0a6e683 (diff) | |
download | gitlab-ce-6be736a7d24ca548778b1d6ff27fd9dcd3e4a7fa.tar.gz |
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.yml | 4 |
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" |