Skip to content

Commit

Permalink
Revert "Test on protected branch"
Browse files Browse the repository at this point in the history
This reverts commit f24b987.
  • Loading branch information
jamesrb1 committed Apr 19, 2024
1 parent eff7421 commit e7bde5d
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ commands:
- run:
name: Clone purchases-ios and push to purchases-ios-spm
command: |
git clone https://github.com/RevenueCat/purchases-test.git
cd purchases-test
git clone https://github.com/RevenueCat/purchases-ios.git
cd purchases-ios
git fetch --tags
git remote set-url origin https://github.com/RevenueCat/purchases-test-spm.git
git remote set-url origin https://github.com/RevenueCat/purchases-ios-spm.git
git push origin
git push --tags
Expand Down Expand Up @@ -1023,13 +1023,6 @@ jobs:
command: bundle exec fastlane automatic_bump github_rate_limit:10
- push-to-spm

push-to-spm-job:
docker:
- image: cimg/base:stable
resource_class: small
steps:
- push-to-spm

integration-tests-all:
<<: *base-job
steps:
Expand Down Expand Up @@ -1241,10 +1234,6 @@ workflows:
# Forked pull requests have CIRCLE_BRANCH set to pull/XXX
ignore: /pull\/[0-9]+/

deploy-spm:
jobs:
- push-to-spm-job

deploy:
when:
not:
Expand Down

0 comments on commit e7bde5d

Please sign in to comment.