Skip to content

Commit 78d0875

Browse files
committed
build: Remove erroneous keychain_password configuration
1 parent d8205c8 commit 78d0875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ platform :ios do
2222
desc 'Fetch certificates and provisioning profiles'
2323
lane :certificates do
2424
setup_ci if ENV['CI']
25-
match(type: 'development', keychain_password: ENV['MATCH_PASSWORD'])
26-
match(type: 'appstore', keychain_password: ENV['MATCH_PASSWORD'])
25+
match(type: 'development')
26+
match(type: 'appstore')
2727
end
2828

2929
desc 'Build the iOS application.'

0 commit comments

Comments
 (0)