Fix Rubocop offense in CI/CD build state machine

This commit is contained in:
Grzegorz Bizon 2017-03-03 10:37:55 +01:00
parent 0683f8d03d
commit 364fc01ea7
1 changed files with 1 additions and 1 deletions

View File

@ -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|