Commit 364fc01e authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in CI/CD build state machine

parent 0683f8d0
......@@ -64,7 +64,7 @@ module Ci
state_machine :status do
event :block do
transition :created => :blocked
transition created: :blocked
end
after_transition any => [:pending] do |build|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment