CID-427: set without_bootstrap and skip_rollback to true for now
This commit is contained in:
parent
34df3f0ce0
commit
4f53a4e698
@ -12,8 +12,8 @@ module Devops
|
||||
unless @body['stack_attributes']
|
||||
@body = {
|
||||
'stack_attributes' => @body.dup,
|
||||
'without_bootstrap' => true,
|
||||
'skip_rollback' => true
|
||||
'without_bootstrap' => false,
|
||||
'skip_rollback' => false
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user