Fix rubocop offense in CI/CD YAML processor specs
This commit is contained in:
parent
a6ead9d179
commit
339a1ad011
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue