This commit is contained in:
parent
bed2fc37e5
commit
f8b1d60fb1
@ -145,6 +145,7 @@ module Devops
|
|||||||
h["deploy_envs"] = self.deploy_envs.map {|e| e.to_hash} unless self.deploy_envs.nil?
|
h["deploy_envs"] = self.deploy_envs.map {|e| e.to_hash} unless self.deploy_envs.nil?
|
||||||
h["archived"] = self.archived if self.archived
|
h["archived"] = self.archived if self.archived
|
||||||
h["description"] = self.description
|
h["description"] = self.description
|
||||||
|
h["run_list"] = self.run_list
|
||||||
if self.multi?
|
if self.multi?
|
||||||
h["type"] = MULTI_TYPE
|
h["type"] = MULTI_TYPE
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user