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

Commit e272ad3

Browse files
committed
CircleCI: Update specs repo before validating podspec
1 parent fc85daa commit e272ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
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/[email protected].10
5+
ios: wordpress-mobile/[email protected].13
66

77
workflows:
88
test_and_validate:
@@ -15,3 +15,4 @@ workflows:
1515
- ios/validate-podspec:
1616
name: Validate Podspec
1717
podspec-path: WordPressAuthenticator.podspec
18+
update-specs-repo: true

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
source 'https://rubygems.org' do
22
gem 'cocoapods', '1.5.3'
3-
gem 'cocoapods-check'
43
gem 'cocoapods-repo-update'
54
gem 'xcpretty'
65
end

0 commit comments

Comments
 (0)