Skip to content

Commit 1b53a74

Browse files
authored
Merge pull request #1220 from wordpress-mobile/circleci-validate
CircleCI: Use --include-podspecs when validating WordPress-Editor-iOS podspec to avoid publishing problems
2 parents f9ff2d3 + 4aa260a commit 1b53a74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
# This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs
5-
ios: wordpress-mobile/ios@0.0.35
5+
ios: wordpress-mobile/ios@0.0.36
66

77
workflows:
88
test_and_validate:
@@ -28,8 +28,8 @@ workflows:
2828
name: Validate WordPress-Editor-iOS.podspec
2929
xcode-version: "11.0"
3030
podspec-path: WordPress-Editor-iOS.podspec
31-
# Updating specs is needed since WordPress-Editor-iOS depends on WordPress-Aztec-iOS
32-
update-specs-repo: true
31+
# Reference WordPress-Aztec-iOS.podspec locally so we don't have to get it from the specs repo
32+
additional-parameters: --include-podspecs=WordPress-Aztec-iOS.podspec
3333

3434
- ios/publish-podspec:
3535
name: Publish WordPress-Aztec-iOS to Trunk

0 commit comments

Comments
 (0)