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
8b386ec0
Commit
8b386ec0
authored
Dec 08, 2017
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use constants for filenames in build_spec.rb
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
536928a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/ee/spec/models/ee/ci/build_spec.rb
spec/ee/spec/models/ee/ci/build_spec.rb
+3
-3
No files found.
spec/ee/spec/models/ee/ci/build_spec.rb
View file @
8b386ec0
...
...
@@ -129,9 +129,9 @@ describe Ci::Build do
end
ARTIFACTS_METHODS
=
{
has_codeclimate_json?:
'codeclimate.json'
,
has_performance_json?:
'performance.json'
,
has_sast_json?:
'gl-sast-report.json'
has_codeclimate_json?:
Ci
::
Build
::
CODEQUALITY_FILE
,
has_performance_json?:
Ci
::
Build
::
PERFORMANCE_FILE
,
has_sast_json?:
Ci
::
Build
::
SAST_FILE
}.
freeze
ARTIFACTS_METHODS
.
each
do
|
method
,
filename
|
...
...
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