Disable the ee_compat_check task on dev

We usually use it for security fixes that don't need to be ported to EE
and the task seems to hang when run against the security branch.

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2016-11-30 16:45:09 +01:00
parent 2c0d9890e6
commit c7b7a6b33f
No known key found for this signature in database
GPG Key ID: 46DF07E5CD9E96AB
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ rake ee_compat_check:
<<: *exec
only:
- branches@gitlab-org/gitlab-ce
- branches@gitlab/gitlabhq
except:
- master
- tags