diff options
author | Rémy Coutable <remy@rymai.me> | 2017-08-11 12:29:20 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-08-11 12:29:20 +0200 |
commit | a0f70853098222c1584076793015cd617b1f842c (patch) | |
tree | 7ca59c9cd82dc057d69470547bee89feee52faa2 /.gitlab-ci.yml | |
parent | 86f5a4aaf19935b4d23a81426c1576bc16024696 (diff) | |
download | gitlab-ce-a0f70853098222c1584076793015cd617b1f842c.tar.gz |
Do not run the `ee_compat_check` job for stableish branches35131-do-not-run-ee_compat_check-for-stableish-branches
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e10958b3bee..69272c5d261 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -354,7 +354,7 @@ ee_compat_check: except: - master - tags - - /^[\d-]+-stable(-ee)?$/ + - /^[\d-]+-stable(-ee)?/ allow_failure: yes cache: key: "ee_compat_check_repo" |