diff options
author | Rémy Coutable <remy@rymai.me> | 2018-05-30 12:48:04 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-05-30 12:48:04 +0000 |
commit | 99ac06dfa04aee91118a00e1cc2fa733be80bdd1 (patch) | |
tree | 9d389404ae1581a62c3c0f8e708e70119ba3a72f | |
parent | bbcdad188cdfbfda1c11b46ee1858e04496dd47f (diff) | |
parent | 0bbc94927e9060d954563711bc2b211c05fd2d81 (diff) | |
download | gitlab-ce-99ac06dfa04aee91118a00e1cc2fa733be80bdd1.tar.gz |
Merge branch 'match-any-stable-branch' into 'master'
Consider we might have prefix for stable branches
See merge request gitlab-org/gitlab-ce!19237
-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 0b2ee4b1cd8..d3daab78940 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -591,7 +591,7 @@ ee_compat_check: except: - master - tags - - /^[\d-]+-stable(-ee)?/ + - /[\d-]+-stable(-ee)?/ - /^security-/ - branches@gitlab-org/gitlab-ee - branches@gitlab/gitlab-ee |