Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 7b1271d

Browse files
authored
Merge pull request #148 from wordpress-mobile/bump-orbs-1.0
CircleCI: Bump Orbs to use any 1.0.x version
2 parents 63e5f54 + 3e3b1e1 commit 7b1271d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2.1
22

33
orbs:
4-
# This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs
5-
ios: wordpress-mobile/ios@0.0.36
4+
# Using 1.0 of our Orbs means it will use the latest 1.0.x version from https://github.com/wordpress-mobile/circleci-orbs
5+
ios: wordpress-mobile/ios@1.0
66

77
workflows:
88
test_and_validate:
@@ -14,14 +14,18 @@ workflows:
1414
scheme: WordPressAuthenticator
1515
device: iPhone 11
1616
ios-version: "13.0"
17+
bundle-install: true
18+
pod-install: true
1719
- ios/validate-podspec:
1820
name: Validate Podspec
1921
xcode-version: "11.0"
2022
podspec-path: WordPressAuthenticator.podspec
23+
bundle-install: true
2124
- ios/publish-podspec:
2225
name: Publish to Trunk
2326
xcode-version: "11.0"
2427
podspec-path: WordPressAuthenticator.podspec
28+
bundle-install: true
2529
post-to-slack: true
2630
filters:
2731
tags:

0 commit comments

Comments
 (0)