Skip to content

Commit 5eac5bd

Browse files
authored
chore: use setup_ci for ios build (#6577)
1 parent cef59a0 commit 5eac5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default_platform :ios
1717

1818
platform :ios do
1919
before_all do
20-
setup_circle_ci
20+
setup_ci
2121
create_keychain(
2222
name: ENV["MATCH_KEYCHAIN_NAME"],
2323
password: ENV["MATCH_KEYCHAIN_PASSWORD"],

0 commit comments

Comments
 (0)