Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jérome Perrin
gitlab-ce
Commits
cd7702e5
Commit
cd7702e5
authored
6 years ago
by
Grzegorz Bizon
Browse files
Options
Download
Email Patches
Plain Diff
Fix Rubocop offense in create pipeline services
parent
b5d7937e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
spec/services/ci/create_pipeline_service_spec.rb
spec/services/ci/create_pipeline_service_spec.rb
+2
-1
No files found.
spec/services/ci/create_pipeline_service_spec.rb
View file @
cd7702e5
...
...
@@ -404,7 +404,8 @@ describe Ci::CreatePipelineService do
config
=
YAML
.
dump
(
deploy:
{
environment:
{
name:
"review/id1$CI_PIPELINE_ID/id2$CI_BUILD_ID"
},
script:
'ls'
}
script:
'ls'
}
)
stub_ci_pipeline_yaml_file
(
config
)
...
...
This diff is collapsed.
Click to expand it.
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