Skip to content

Commit

Permalink
Maybe we don't need to run repo_update always
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed Apr 30, 2019
1 parent c5150f4 commit 2c4783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platform :ios do

desc 'Run bundle exec pod install --repo-update'
lane :pods do
cocoapods(podfile: '.', repo_update: true)
cocoapods(podfile: '.', repo_update: false)
end

desc 'Run CouchTrackerCore tests'
Expand Down

0 comments on commit 2c4783f

Please sign in to comment.