Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Commit e90a1ff

Browse files
authored
Merge pull request #693 from artsy/oss-fix
Fixes OSS installs.
2 parents 3fe3456 + ce9a348 commit e90a1ff

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@ end
3636
desc "Set all the API keys required for distribution"
3737
lane :oss do
3838
oss_keys
39-
artsy_specs_update
40-
cocoapods
41-
end
42-
43-
lane :artsy_specs_update do
44-
sh 'bundle exec pod repo update artsy'
39+
cocoapods repo_update: true
4540
end
4641

4742
desc "Release a new beta version on Hockey"

0 commit comments

Comments
 (0)