Skip to content

Commit ee4a376

Browse files
authored
fix(ci/cd): wait for complete even if CI (#365)
1 parent 851c6ff commit ee4a376

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ios/fastlane/Fastfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ platform :ios do
4343
"--export-options-plist=#{exportOptionsFilePath}",
4444
)
4545
temporary_fix_ios_post_build
46-
upload_to_testflight(
47-
ipa: ipaPath,
48-
skip_waiting_for_build_processing: ENV['CI'],
49-
)
46+
upload_to_testflight(ipa: ipaPath)
5047
slack(
5148
payload: {
5249
"Build Date" => Time.now.to_s,

0 commit comments

Comments
 (0)