From 9356a77b946979f5d06567fdfd92bc9eba7feed9 Mon Sep 17 00:00:00 2001 From: sonlha Date: Fri, 11 Oct 2024 15:49:42 +0700 Subject: [PATCH] remove create_keychain fastfile --- apps/mobile/ios/fastlane/Fastfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/mobile/ios/fastlane/Fastfile b/apps/mobile/ios/fastlane/Fastfile index 9ad262032..0c56f8007 100644 --- a/apps/mobile/ios/fastlane/Fastfile +++ b/apps/mobile/ios/fastlane/Fastfile @@ -82,14 +82,14 @@ end platform :ios do desc "Push a new beta build to TestFlight" lane :release do - create_keychain( - name: ENV["KEYCHAIN_NAME"], - password: ENV["KEYCHAIN_PASSWORD"], - default_keychain: true, - unlock: true, - timeout: 3600, - lock_when_sleeps: false - ) + # create_keychain( + # name: ENV["KEYCHAIN_NAME"], + # password: ENV["KEYCHAIN_PASSWORD"], + # default_keychain: true, + # unlock: true, + # timeout: 3600, + # lock_when_sleeps: false + # ) if ENV["MATCH_GIT_BASIC_AUTHORIZATION"] match( storage_mode:'git',