Fix Rubocop offense in CI/CD build state machine
This commit is contained in:
parent
0683f8d03d
commit
364fc01ea7
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue