Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1d88fa9c
Commit
1d88fa9c
authored
Apr 04, 2019
by
Lucas Charles
Committed by
Douglas Barbosa Alexandre
Apr 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include DAST as dependent CI template
parent
ea8cf8a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
spec/lib/gitlab/ci/templates/templates_spec.rb
spec/lib/gitlab/ci/templates/templates_spec.rb
+3
-1
No files found.
spec/lib/gitlab/ci/templates/templates_spec.rb
View file @
1d88fa9c
...
...
@@ -4,7 +4,9 @@ require 'spec_helper'
describe
"CI YML Templates"
do
ABSTRACT_TEMPLATES
=
%w[Serverless]
.
freeze
PROJECT_DEPENDENT_TEMPLATES
=
%w[Auto-DevOps]
.
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
Gitlab
::
Template
::
GitlabCiYmlTemplate
.
all
.
reject
do
|
template
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment