Skip to content

Commit 76a70c8

Browse files
committed
Revert "Force check for testing"
This reverts commit f8b792d.
1 parent 2a367f3 commit 76a70c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source_packages_path = is_ci ? 'spm_cache' : nil
1919
gci = ENV['GOOGLE_CLIENT_ID'] || ''
2020
reversed_gci = gci.split('.').reverse.join('.')
2121
is_localhost = !is_ci
22-
@force_check = true
22+
@force_check = false
2323
swift_environment_path = File.absolute_path('../Sources/StreamVideo/Generated/SystemEnvironment+Version.swift')
2424

2525
before_all do |lane|

0 commit comments

Comments
 (0)