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.
2 parents 971b72b + 0c0859c commit 3c73ae6Copy full SHA for 3c73ae6
bin/gbuild
@@ -322,7 +322,7 @@ build_desc["remotes"].each do |remote|
322
system!("cd inputs/#{dir} && git checkout -q tobuild")
323
system!("cd inputs/#{dir} && git submodule update --init --recursive --force")
324
end
325
- commit = `cd inputs/#{dir} && git log --format=%H -1 #{commit}`.strip
+ commit = `cd inputs/#{dir} && git log --format=%H -1 tobuild`.strip
326
raise "error looking up commit for tag #{remote["commit"]}" unless $?.exitstatus == 0
327
in_sums << "git:#{commit} #{dir}"
328
0 commit comments