Skip to content
Snippets Groups Projects

PoC: Deployment Approvals

Closed Shinya Maeda requested to merge poc-deployment-approval into master
16 files
+ 163
7
Compare changes
  • Side-by-side
  • Inline
Files
16
+ 1
1
@@ -227,7 +227,7 @@ def with_preloads
state_machine :status do
event :enqueue do
transition [:created, :skipped, :manual, :scheduled] => :preparing, if: :any_unmet_prerequisites?
transition [:created, :skipped, :manual, :scheduled, :waiting_for_approval] => :preparing, if: :any_unmet_prerequisites?
end
event :enqueue_scheduled do
Loading