Skip to content

Commit

Permalink
no need to patch cert_checker.rb for fastlane anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Nov 8, 2024
1 parent e9a8fbb commit 3734070
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,15 +308,6 @@ jobs:
run: |
cd App/ios
bundle install
# Patch cert_checker.rb to not print out sensitive information.
# See: https://github.com/fastlane/fastlane/issues/21351
FASTLANE_PATH="$(bundle show fastlane)"
FASTLANE_PATH_CERT_CHECKER_PATH="$FASTLANE_PATH/fastlane_core/lib/fastlane_core/cert_checker.rb"
if [[ -f "$FASTLANE_PATH_CERT_CHECKER_PATH" ]]; then
patch --force "$FASTLANE_PATH_CERT_CHECKER_PATH" < fastlane/cert_checker.patch
else
exit 1
fi
- name: Set Sync Code Signing Git SSH key
env:
SYNC_CODE_SIGNING_GIT_SSH_KEY: ${{ secrets.SYNC_CODE_SIGNING_GIT_SSH_KEY }}
Expand Down Expand Up @@ -472,15 +463,6 @@ jobs:
run: |
cd App/ios
bundle install
# Patch cert_checker.rb to not print out sensitive information.
# See: https://github.com/fastlane/fastlane/issues/21351
FASTLANE_PATH="$(bundle show fastlane)"
FASTLANE_PATH_CERT_CHECKER_PATH="$FASTLANE_PATH/fastlane_core/lib/fastlane_core/cert_checker.rb"
if [[ -f "$FASTLANE_PATH_CERT_CHECKER_PATH" ]]; then
patch --force "$FASTLANE_PATH_CERT_CHECKER_PATH" < fastlane/cert_checker.patch
else
exit 1
fi
- name: Set Sync Code Signing Git SSH key
env:
SYNC_CODE_SIGNING_GIT_SSH_KEY: ${{ secrets.SYNC_CODE_SIGNING_GIT_SSH_KEY }}
Expand Down

0 comments on commit 3734070

Please sign in to comment.