fastlane/lib/fastlane/lane_manager.rb in fastlane-2.62.0.beta.20171016010004 vs fastlane/lib/fastlane/lane_manager.rb in fastlane-2.62.0.beta.20171017010003
- old
+ new
@@ -36,10 +36,12 @@
end
end
platform, lane = choose_lane(ff, platform) unless lane
+ FastlaneCore.session.is_fastfile = true
+
# xcodeproj has a bug in certain versions that causes it to change directories
# and not return to the original working directory
# https://github.com/CocoaPods/Xcodeproj/issues/426
# Setting this environment variable causes xcodeproj to work around the problem
ENV["FORK_XCODE_WRITING"] = "true" unless platform == 'android'
@@ -74,11 +76,9 @@
Helper.test? || FastlaneCore::Env.truthy?("FASTLANE_SKIP_DOCS")
end
# All the finishing up that needs to be done
def self.finish_fastlane(ff, duration, error)
- ff.runner.did_finish
-
# Finished with all the lanes
Fastlane::JUnitGenerator.generate(Fastlane::Actions.executed_actions)
print_table(Fastlane::Actions.executed_actions)
Fastlane::PluginUpdateManager.show_update_status