Skip to content
Snippets Groups Projects
Commit f3f60696 authored by Grzegorz Bizon's avatar Grzegorz Bizon Committed by Shinya Maeda
Browse files

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

Fix environment scope regex

See merge request gitlab-org/gitlab-ee!3641
parent 2c66b942
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment