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

View File

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