From 3e3b1e182e031df39c470e1ecb7a2380867c36c5 Mon Sep 17 00:00:00 2001 From: James Treanor Date: Thu, 17 Oct 2019 15:06:39 +0100 Subject: [PATCH] CircleCI: Bump Orbs to use any 1.0.x version --- .circleci/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c7025a2ff..014161baf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,8 +1,8 @@ version: 2.1 orbs: - # This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs - ios: wordpress-mobile/ios@0.0.36 + # Using 1.0 of our Orbs means it will use the latest 1.0.x version from https://github.com/wordpress-mobile/circleci-orbs + ios: wordpress-mobile/ios@1.0 workflows: test_and_validate: @@ -14,14 +14,18 @@ workflows: scheme: WordPressAuthenticator device: iPhone 11 ios-version: "13.0" + bundle-install: true + pod-install: true - ios/validate-podspec: name: Validate Podspec xcode-version: "11.0" podspec-path: WordPressAuthenticator.podspec + bundle-install: true - ios/publish-podspec: name: Publish to Trunk xcode-version: "11.0" podspec-path: WordPressAuthenticator.podspec + bundle-install: true post-to-slack: true filters: tags: