From e272ad3b03c6c27f4dbd0b64626aea187fec75eb Mon Sep 17 00:00:00 2001 From: James Treanor Date: Mon, 4 Feb 2019 10:22:15 +0000 Subject: [PATCH] CircleCI: Update specs repo before validating podspec --- .circleci/config.yml | 3 ++- Gemfile | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f42fcbd57..2bb627766 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: # This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs - ios: wordpress-mobile/ios@0.0.10 + ios: wordpress-mobile/ios@0.0.13 workflows: test_and_validate: @@ -15,3 +15,4 @@ workflows: - ios/validate-podspec: name: Validate Podspec podspec-path: WordPressAuthenticator.podspec + update-specs-repo: true diff --git a/Gemfile b/Gemfile index 761582567..8efc19fd7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,5 @@ source 'https://rubygems.org' do gem 'cocoapods', '1.5.3' - gem 'cocoapods-check' gem 'cocoapods-repo-update' gem 'xcpretty' end