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

Commit

Permalink
Updates oss lane. See #688.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Mar 13, 2018
1 parent e98923f commit 1ae692b
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 1ae692b

Please sign in to comment.