Skip to content

Commit

Permalink
Lookup correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
devrandom committed Dec 9, 2020
1 parent 971b72b commit 0c0859c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gbuild
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ build_desc["remotes"].each do |remote|
system!("cd inputs/#{dir} && git checkout -q tobuild")
system!("cd inputs/#{dir} && git submodule update --init --recursive --force")
end
commit = `cd inputs/#{dir} && git log --format=%H -1 #{commit}`.strip
commit = `cd inputs/#{dir} && git log --format=%H -1 tobuild`.strip
raise "error looking up commit for tag #{remote["commit"]}" unless $?.exitstatus == 0
in_sums << "git:#{commit} #{dir}"
end
Expand Down

0 comments on commit 0c0859c

Please sign in to comment.