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 #693 from artsy/oss-fix
Browse files Browse the repository at this point in the history
Fixes OSS installs.
  • Loading branch information
orta authored May 19, 2018
2 parents 3fe3456 + ce9a348 commit e90a1ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ 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'
cocoapods repo_update: true
end

desc "Release a new beta version on Hockey"
Expand Down

0 comments on commit e90a1ff

Please sign in to comment.