summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-08-11 13:17:18 +0000
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-08-11 21:46:30 +0100
commitc7ad1f26b42915317e0eea2b5698a3df699e880a (patch)
tree034b0ac9dfe99dc3e8a40dab6851b5086acf56b6
parent71e714c7e0888066e195f296ff1bafc978e92c0c (diff)
downloadgitlab-ce-c7ad1f26b42915317e0eea2b5698a3df699e880a.tar.gz
Merge branch '35131-do-not-run-ee_compat_check-for-stableish-branches' into 'master'
Do not run the `ee_compat_check` job for stableish branches Closes #35131 See merge request !13497
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f67f95e5fe1..aec9feffd84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -324,7 +324,7 @@ ee_compat_check:
except:
- master
- tags
- - /^[\d-]+-stable(-ee)?$/
+ - /^[\d-]+-stable(-ee)?/
allow_failure: yes
cache:
key: "ee_compat_check_repo"