Method: Ci::Deployable#expanded_auto_stop_in

Defined in:
app/models/concerns/ci/deployable.rb

#expanded_auto_stop_inObject



155
156
157
158
159
# File 'app/models/concerns/ci/deployable.rb', line 155

def expanded_auto_stop_in
  return unless environment_auto_stop_in

  ExpandVariables.expand(environment_auto_stop_in, -> { variables.sort_and_expand_all })
end