Do not raise when downstream pipeline is created
This commit is contained in:
parent
806a68a81f
commit
90569a175d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module Omnibus
|
|||
raise 'Pipeline timeout!' if timeout?
|
||||
|
||||
case status
|
||||
when :pending, :running
|
||||
when :created, :pending, :running
|
||||
puts "Waiting another #{INTERVAL} seconds ..."
|
||||
sleep INTERVAL
|
||||
when :success
|
||||
|
|
Loading…
Reference in a new issue