Method: Ci::Deployable#expanded_auto_stop_in
- Defined in:
- app/models/concerns/ci/deployable.rb
#expanded_auto_stop_in ⇒ Object
155 156 157 158 159 |
# File 'app/models/concerns/ci/deployable.rb', line 155 def return unless environment_auto_stop_in ExpandVariables.(environment_auto_stop_in, -> { variables. }) end |