diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-22 09:09:23 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-22 09:09:23 +0000 |
commit | 058c34839488502fcec48d805b83728f928a318c (patch) | |
tree | cda53ab73e010b3504f84767b61a0fab8c39f623 /lib | |
parent | 92482bb9019a38c80e671eee5e669440fd1eddf8 (diff) | |
download | gitlab-ce-058c34839488502fcec48d805b83728f928a318c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/file_detector.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/file_detector.rb b/lib/gitlab/file_detector.rb index 351d5096132..305fbeecce1 100644 --- a/lib/gitlab/file_detector.rb +++ b/lib/gitlab/file_detector.rb @@ -40,7 +40,7 @@ module Gitlab yarn_lock: 'yarn.lock', # OpenAPI Specification files - openapi: %r{([^\/]+)*(openapi|swagger)([^\/]+)*\.(yaml|yml|json)\z}i + openapi: %r{.*(openapi|swagger).*\.(yaml|yml|json)\z}i }.freeze # Returns an Array of file types based on the given paths. |