From 182468bf6d57f85cffbf19c5655d843a82be8614 Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Thu, 19 Oct 2023 18:20:08 -0700 Subject: [PATCH] build: print current Git ref at the top of the build transcript Closes #6792. --- builder/build-debs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builder/build-debs.sh b/builder/build-debs.sh index 2d245dd3e1..c91f488f1c 100755 --- a/builder/build-debs.sh +++ b/builder/build-debs.sh @@ -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