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

Commit

Permalink
Merge pull request #689 from artsy/oss-repo-update
Browse files Browse the repository at this point in the history
Updates oss lane.
  • Loading branch information
orta authored Mar 21, 2018
2 parents 24c721a + 1ae692b commit 3fe3456
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@ end
desc "Set all the API keys required for distribution"
lane :oss do
oss_keys

artsy_specs_update
cocoapods
end

lane :artsy_specs_update do
sh 'bundle exec pod repo update artsy'
end

desc "Release a new beta version on Hockey"
desc "This action does the following:"
desc ""
Expand Down

0 comments on commit 3fe3456

Please sign in to comment.