Skip to content

Commit

Permalink
Merge pull request #65 from nevissecurity/NOJIRA/fix-using-pod-execut…
Browse files Browse the repository at this point in the history
…able

NEVISACCESSAPP-6370: Using the `pod` executable directly from the bundle
  • Loading branch information
viktor-gulyas authored Dec 14, 2024
2 parents e594a0a + 79f1e17 commit b2f60b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/setup-ios/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ runs:
- name: Add Private Cocoapods Repo
if: ${{ env.BUILD_TYPE == 'SNAPSHOT' }}
shell: bash
working-directory: 'ios'
run: |
pod repo remove ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_NAME }} &> /dev/null || true
pod repo add ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_NAME }} ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_URL }}
bundle exec pod repo remove ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_NAME }} &> /dev/null || true
bundle exec pod repo add ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_NAME }} ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_URL }}

0 comments on commit b2f60b1

Please sign in to comment.