Commit 339a1ad0 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix rubocop offense in CI/CD YAML processor specs

parent a6ead9d1
......@@ -171,8 +171,11 @@ module Ci
let(:config) do
YAML.dump(
spinach: { stage: 'test', script: 'spinach' },
production: { stage: 'deploy', script: 'cap', only: {
kubernetes: 'active' } }
production: {
stage: 'deploy',
script: 'cap',
only: { kubernetes: 'active' }
}
)
end
......
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