We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfb037f + 181ebc7 commit 7035a6aCopy full SHA for 7035a6a
1 file changed
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
3
orbs:
4
# This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs
5
- ios: wordpress-mobile/ios@0.0.35
+ ios: wordpress-mobile/ios@0.0.36
6
7
workflows:
8
test_and_validate:
@@ -28,8 +28,8 @@ workflows:
28
name: Validate WordPress-Editor-iOS.podspec
29
xcode-version: "11.0"
30
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
+ # Reference WordPress-Aztec-iOS.podspec locally so we don't have to get it from the specs repo
+ additional-parameters: --include-podspecs=WordPress-Aztec-iOS.podspec
33
34
- ios/publish-podspec:
35
name: Publish WordPress-Aztec-iOS to Trunk
0 commit comments