Skip to content

Commit

Permalink
Testing on alt repos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrb1 committed Apr 19, 2024
1 parent b570cc4 commit 9c29261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1017,10 +1017,10 @@ jobs:
- run:
name: Clone purchases-ios and push to purchases-ios-spm
command: |
git clone https://github.com/RevenueCat/purchases-ios.git
cd purchases-ios
git clone https://github.com/RevenueCat/purchases-test.git
cd purchases-test
git fetch --tags
git remote set-url origin https://github.com/RevenueCat/purchases-ios-spm4.git
git remote set-url origin https://github.com/RevenueCat/purchases-test-spm.git
git push origin
git push --tags
Expand Down

0 comments on commit 9c29261

Please sign in to comment.