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

Commit 3fe3456

Browse files
authored
Merge pull request #689 from artsy/oss-repo-update
Updates oss lane.
2 parents 24c721a + 1ae692b commit 3fe3456

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

fastlane/Fastfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ end
3636
desc "Set all the API keys required for distribution"
3737
lane :oss do
3838
oss_keys
39-
39+
artsy_specs_update
4040
cocoapods
4141
end
4242

43+
lane :artsy_specs_update do
44+
sh 'bundle exec pod repo update artsy'
45+
end
46+
4347
desc "Release a new beta version on Hockey"
4448
desc "This action does the following:"
4549
desc ""

0 commit comments

Comments
 (0)