bitrise-steplib / steps-certificate-and-profile-installer

steps-certificate-and-profile-installer
MIT License
13 stars 17 forks source link

Use existing packages for cert and profile download/installaltion #78

Closed lpusok closed 1 year ago

lpusok commented 1 year ago

Checklist

Version

Requires a PATCH version update

Context

Replaced download and installation of certificates and profiles with already existing library code. This solves an issue where the HTTP error codes of network queries were not checked.

Changes

Log before:

https://app.bitrise.io/build/95c6754a-6d9e-469a-807f-72aacba19690 Bitrise_-_Mobile_Continuous_Integration_and_Delivery_-_iOS___Android_Build_Automation

Log after:

https://app.bitrise.io/build/394e7782-d403-409e-a5ad-015e7af6b3be Bitrise_-_Mobile_Continuous_Integration_and_Delivery_-_iOS___Android_Build_Automation

Investigation details

Decisions