We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c39533e + 8399df9 commit 67e4b0dCopy full SHA for 67e4b0d
1 file changed
bin/gbuild
@@ -318,8 +318,8 @@ 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}")
322
- system!("cd inputs/#{dir} && git checkout -q #{commit}")
+ system!("cd inputs/#{dir} && git fetch --update-head-ok #{sanitize_path(remote["url"], remote["url"])} #{commit}:refs/tags/tobuild")
+ system!("cd inputs/#{dir} && git checkout -q tobuild")
323
system!("cd inputs/#{dir} && git submodule update --init --recursive --force")
324
325
commit = `cd inputs/#{dir} && git log --format=%H -1 #{commit}`.strip
0 commit comments