Skip to content

Commit

Permalink
Merge pull request #9080 from Expensify/andrew-pod-retry
Browse files Browse the repository at this point in the history
Retry Cocoapod install in deploy
  • Loading branch information
danieldoglas authored May 19, 2022
2 parents 11a1f0d + d6dfae1 commit 837e546
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,11 @@ jobs:
command: npm ci

- name: Install cocoapods
run: cd ios && pod install
uses: nick-invision/retry@7c68161adf97a48beb850a595b8784ec57a98cbb
with:
timeout_minutes: 10
max_attempts: 5
command: cd ios && pod install

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

0 comments on commit 837e546

Please sign in to comment.