Skip to content
Snippets Groups Projects
Commit cd7702e5 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix Rubocop offense in create pipeline services :cop:

parent b5d7937e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment