We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e42407 + 6df5db8 commit c39533eCopy full SHA for c39533e
1 file changed
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"])} +refs/tags/*:refs/tags/* +refs/heads/*:refs/heads/*")
+ system!("cd inputs/#{dir} && git fetch --update-head-ok #{sanitize_path(remote["url"], remote["url"])} #{commit}")
322
system!("cd inputs/#{dir} && git checkout -q #{commit}")
323
system!("cd inputs/#{dir} && git submodule update --init --recursive --force")
324
0 commit comments