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
|
let(:config) do
|
||||||
YAML.dump(
|
YAML.dump(
|
||||||
spinach: { stage: 'test', script: 'spinach' },
|
spinach: { stage: 'test', script: 'spinach' },
|
||||||
production: { stage: 'deploy', script: 'cap', only: {
|
production: {
|
||||||
kubernetes: 'active' } }
|
stage: 'deploy',
|
||||||
|
script: 'cap',
|
||||||
|
only: { kubernetes: 'active' }
|
||||||
|
}
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue