Add skip_waiting_for_build_processing to CI build (#2027)

This commit is contained in:
Devin Binnie 2022-03-29 11:35:55 -04:00 committed by GitHub
parent 0b26143e59
commit 33bf2581a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ lane :publish_test do |options|
end end
pilot( pilot(
pkg: options[:path], pkg: options[:path],
skip_waiting_for_build_processing: ENV['CI'] === 'true',
api_key: api_key api_key: api_key
) )
end end