We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851c6ff commit ee4a376Copy full SHA for ee4a376
ios/fastlane/Fastfile
@@ -43,10 +43,7 @@ platform :ios do
43
"--export-options-plist=#{exportOptionsFilePath}",
44
)
45
temporary_fix_ios_post_build
46
- upload_to_testflight(
47
- ipa: ipaPath,
48
- skip_waiting_for_build_processing: ENV['CI'],
49
- )
+ upload_to_testflight(ipa: ipaPath)
50
slack(
51
payload: {
52
"Build Date" => Time.now.to_s,
0 commit comments