Commit cd7702e5 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix Rubocop offense in create pipeline services :cop:

parent b5d7937e
No related merge requests found
......@@ -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)
......
Markdown is supported
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