Commit 749460ab authored by Furkan Ayhan's avatar Furkan Ayhan Committed by Sam Beckham

Makes the CI templates path more specific

parent bd30c6d6
...@@ -4,7 +4,7 @@ all_changed_files = helper.all_changed_files ...@@ -4,7 +4,7 @@ all_changed_files = helper.all_changed_files
def get_ci_config_files(files) def get_ci_config_files(files)
files.select do |file| files.select do |file|
file.include?('lib/gitlab/ci') file.include?('gitlab/ci/config/entry')
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment