Commit 90569a17 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Do not raise when downstream pipeline is created

parent 806a68a8
......@@ -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
......
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