Skip to content
Snippets Groups Projects
Commit e29cab6a authored by Lucas Charles's avatar Lucas Charles
Browse files

Apply suggestion to spec/lib/gitlab/ci/templates/templates_spec.rb

parent d1ce0d66
No related merge requests found
......@@ -4,6 +4,8 @@
describe "CI YML Templates" do
ABSTRACT_TEMPLATES = %w[Serverless].freeze
# These templates depend on the presence of the `project`
# param to enable processing of `include:` within CI config.
PROJECT_DEPENDENT_TEMPLATES = %w[Auto-DevOps DAST].freeze
def self.concrete_templates
......
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