Merge branch 'check-environment-regex' into 'master'

Fix environment scope regex

See merge request gitlab-org/gitlab-ee!3641
This commit is contained in:
Grzegorz Bizon 2017-12-14 08:56:00 +00:00 committed by Shinya Maeda
parent 2c66b942bd
commit f3f606966d

View file

@ -37,7 +37,7 @@ module Gitlab
end
def environment_name_regex_chars
'a-zA-Z0-9_/\\$\\{\\}\\. -'
'a-zA-Z0-9_/\\$\\{\\}\\. \\-'
end
def environment_name_regex