diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 262302fdfbdf336645af8b8f40ccee73f4d85e80..3fa92267d5d16df648f892e8f795fa935014b631 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -117,6 +117,8 @@ echo "===commit msg: $1===" # Temporarily change xcode versino for fastlane fastlane run xcversion version:"11" +# Unlock keychain +security unlock-keychain -p "Yonglinit123" ~/Library/Keychains/login.keychain # Clean build and deploy fastlane gym --scheme ${scheme} --clean --configuration ${configuration} --archive_path ${archive_path} --export_method ${export_method} --output_directory ${output_path} --output_name ${ipa_name} echo "Deploy to IPA repository"