Skip to content

Commit

Permalink
Merge pull request #7019 from freedomofpress/6792-print-git-ref
Browse files Browse the repository at this point in the history
build: print current Git ref at the top of the build transcript
  • Loading branch information
legoktm committed Oct 26, 2023
2 parents d59e4bf + 182468b commit 3a665de
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 3a665de

Please sign in to comment.