Skip to content

Commit

Permalink
build: print current Git ref at the top of the build transcript
Browse files Browse the repository at this point in the history
Closes #6792.

(cherry picked from commit 182468b)
  • Loading branch information
cfm authored and legoktm committed Oct 26, 2023
1 parent 63bd1a7 commit 74d8bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/build-debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

set -euxo pipefail

git log -1 --oneline --no-color --show-signature

OCI_RUN_ARGUMENTS="--user=root -v $(pwd):/src:Z"

# Default to podman if available
Expand Down

0 comments on commit 74d8bfb

Please sign in to comment.