From d5ea5eb5c2da2b631657de424a4b6bf3f2f409cd Mon Sep 17 00:00:00 2001 From: Robert Mogos Date: Wed, 20 Jun 2018 11:27:23 +0200 Subject: [PATCH] fix(fastlane): Fix the gitcheckout on Gemfile.lock --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 5172ecd8..bcbe35e3 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -31,7 +31,7 @@ platform :android do puts "New version: #{version_number}" # Ensure branch is master & WC clean, then pull changes - git checkout Gemfile.lock # Ignore different bundle version changing Gemfile https://discuss.bitrise.io/t/5176/5 + sh("git checkout Gemfile.lock") # Ignore different bundle version changing Gemfile https://discuss.bitrise.io/t/5176/5 prepare_git() # Generate changelog updates