We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e4b0d commit 1f325d7Copy full SHA for 1f325d7
bin/gbuild
@@ -318,7 +318,7 @@ build_desc["remotes"].each do |remote|
318
system!("git init inputs/#{dir}")
319
end
320
if !@options[:skip_fetch]
321
- system!("cd inputs/#{dir} && git fetch --update-head-ok #{sanitize_path(remote["url"], remote["url"])} #{commit}:refs/tags/tobuild")
+ system!("cd inputs/#{dir} && git fetch -f --update-head-ok #{sanitize_path(remote["url"], remote["url"])} #{commit}:refs/tags/tobuild")
322
system!("cd inputs/#{dir} && git checkout -q tobuild")
323
system!("cd inputs/#{dir} && git submodule update --init --recursive --force")
324
0 commit comments