Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
fix(fastlane): Fix the gitcheckout on Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmogos committed Jun 20, 2018
1 parent 78e4b73 commit d5ea5eb
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 @@ -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
Expand Down

0 comments on commit d5ea5eb

Please sign in to comment.