Skip to content

Commit

Permalink
Merge pull request #7038 from freedomofpress/stg-strikes-again
Browse files Browse the repository at this point in the history
fix: Git needs `--no-pager` under non-interactive SSH
  • Loading branch information
zenmonkeykstop committed Oct 27, 2023
2 parents 232a31a + 97af66c commit c802f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build-debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -euxo pipefail

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

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

Expand Down

0 comments on commit c802f74

Please sign in to comment.