mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-11 17:24:27 +00:00
Jakub Sokołowski
34c6292af4
If we run parallel job and a job sets a temporary keychain into a default than another job can assume that is the user default. The result is that one of the jobs will attempt to set a non-existent temporary keychain into the default keychain. This happens when we call `Fastlane::Actions::DeleteKeychainAction`: https://github.com/fastlane/fastlane/blob/2.164.0/fastlane/lib/fastlane/actions/delete_keychain.rb#L21 Signed-off-by: Jakub Sokołowski <jakub@status.im>