Removes the "Clean up provisioning profile" step from GH Actions iOS workflows since it's unnecessary.
We're no longer passing in any provisioning profiles, so there's nothing to delete
Differential D5552
[CI] Remove "Clean up provisioning profile" step from iOS workflows atul on Nov 7 2022, 5:20 PM. Authored by Tags None Referenced Files
Details Removes the "Clean up provisioning profile" step from GH Actions iOS workflows since it's unnecessary. We're no longer passing in any provisioning profiles, so there's nothing to delete Made sure it was fine to remove this step in a fork of repo
Diff Detail
Event TimelineComment Actions Not really, just simplifying the workflow to keep things a bit more readable. We'll need to cut the rm ~/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision regardless since we're no longer passing in provisioning profiles, but we can keep the security delete-keychain $RUNNER_TEMP/app-signing.keychain-db line in to make sure that we're "cleaning up" after each build. Comment Actions Updated to handle just certificates since we're not going to be dealing with provisioning profiles anyways. This probably makes things more "portable" if we one day go with self-hosted macOS runners (maybe 10-15min staff releases instead of 1-1.5hr) |