Skip to content

Commit

Permalink
Remove pod install script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 1, 2024
1 parent 909be80 commit f2f768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:
with:
timeout_minutes: 10
max_attempts: 5
command: cd iOS && pod install && ./react-native/scripts/pod-install.sh
command: cd iOS && pod install

- name: Decrypt AppStore profile
run: cd ios && gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output NewApp_AppStore.mobileprovision NewApp_AppStore.mobileprovision.gpg
Expand Down

0 comments on commit f2f768e

Please sign in to comment.