Skip to content
Snippets Groups Projects
Unverified Commit d6fcf013 authored by Son Luong Ngoc's avatar Son Luong Ngoc Committed by GitHub
Browse files

feat(gitlabci): loosen file match (#9030)

parent ef2a13f4
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ const language = LANGUAGE_DOCKER; ...@@ -6,5 +6,5 @@ const language = LANGUAGE_DOCKER;
export { extractPackageFile, language }; export { extractPackageFile, language };
export const defaultConfig = { export const defaultConfig = {
fileMatch: ['^\\.gitlab-ci\\.yml$'], fileMatch: ['\\.gitlab-ci\\.yml$'],
}; };
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