Skip to content

Commit

Permalink
Retry Cocoapod install
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed May 18, 2022
1 parent 5096dea commit d6dfae1
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 d6dfae1

Please sign in to comment.