Skip to content

Commit

Permalink
Merge pull request #1015 from cdhoffmann/removePodspecScriptFromCircleCI
Browse files Browse the repository at this point in the history
remove podspec script from circleci temporarily
  • Loading branch information
cdhoffmann authored Mar 19, 2024
2 parents ce6cdba + 35cfbc9 commit 40a25ae
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,13 @@ jobs:
make ci-archive
fi
# verify podspec is valid
- run:
name: Test Podspec
command: |
if [ "${CIRCLE_BRANCH}" == "main" ] || [ "${CIRCLE_BRANCH}" == "staging" ]; then
make test-podspec
fi
## TODO: - Add this back in once we update the script to use gemfile cocoapods
# - run:
# name: Test Podspec
# command: |
# if [ "${CIRCLE_BRANCH}" == "main" ] || [ "${CIRCLE_BRANCH}" == "staging" ]; then
# make test-podspec
# fi
# verify SPM works
- run:
name: Test SPM
Expand Down

0 comments on commit 40a25ae

Please sign in to comment.