summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-05-30 17:49:20 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-05-30 17:49:20 +0800
commit0bbc94927e9060d954563711bc2b211c05fd2d81 (patch)
treef99784125dcdd97e95ad288d71bd7e6c0f77808f /.gitlab-ci.yml
parent5a81bca825f84ac26e4161bbba30156defee9c65 (diff)
downloadgitlab-ce-0bbc94927e9060d954563711bc2b211c05fd2d81.tar.gz
Consider we might have prefix for stable branches
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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