Commit cd7702e5 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in create pipeline services 👮

parent b5d7937e
...@@ -404,7 +404,8 @@ describe Ci::CreatePipelineService do ...@@ -404,7 +404,8 @@ describe Ci::CreatePipelineService do
config = YAML.dump( config = YAML.dump(
deploy: { deploy: {
environment: { name: "review/id1$CI_PIPELINE_ID/id2$CI_BUILD_ID" }, environment: { name: "review/id1$CI_PIPELINE_ID/id2$CI_BUILD_ID" },
script: 'ls' } script: 'ls'
}
) )
stub_ci_pipeline_yaml_file(config) 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