fastlane/lib/fastlane/actions/produce.rb in fastlane-2.19.0.beta.20170222010016 vs fastlane/lib/fastlane/actions/produce.rb in fastlane-2.19.0.beta.20170223010028
- old
+ new
@@ -8,10 +8,9 @@
def self.run(params)
require 'produce'
return if Helper.test?
- FastlaneCore::UpdateChecker.start_looking_for_update('produce')
Produce.config = params # we alread have the finished config
Dir.chdir(FastlaneCore::FastlaneFolder.path || Dir.pwd) do
# This should be executed in the fastlane folder
apple_id = Produce::Manager.start_producing.to_s