diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-05-30 17:49:20 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-05-30 17:49:20 +0800 |
commit | 0bbc94927e9060d954563711bc2b211c05fd2d81 (patch) | |
tree | f99784125dcdd97e95ad288d71bd7e6c0f77808f /.gitlab-ci.yml | |
parent | 5a81bca825f84ac26e4161bbba30156defee9c65 (diff) | |
download | gitlab-ce-0bbc94927e9060d954563711bc2b211c05fd2d81.tar.gz |
Consider we might have prefix for stable branches
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 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 |