1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] No need to update remotes

Everything is already fetched locally.

9c304639b1
This commit is contained in:
David Rodríguez 2020-06-22 00:48:05 +02:00 committed by Hiroshi SHIBATA
parent d189d31ce9
commit 17b92d221f
Notes: git 2020-07-15 16:05:50 +09:00

View file

@ -75,7 +75,6 @@ private
def switch_local_copy_if_needed
return unless local_copy_switch_needed?
sys_exec("git remote update", :dir => local_copy_path)
sys_exec("git checkout #{target_tag}", :dir => local_copy_path)
ENV["RGV"] = local_copy_path.to_s