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

Commit 566f9f9

Browse files
committed
chore(deploy): checkout Gemfile.lock before deploying
1 parent 29a8764 commit 566f9f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ platform :android do
3131
puts "New version: #{version_number}"
3232

3333
# Ensure branch is master & WC clean, then pull changes
34+
git checkout Gemfile.lock # Ignore different bundle version changing Gemfile https://discuss.bitrise.io/t/5176/5
3435
prepare_git()
3536

3637
# Generate changelog updates

0 commit comments

Comments
 (0)