Skip to content

Commit 6973a3f

Browse files
authored
Avoid paging issues for git log messages (#1316)
1 parent 3b3dc09 commit 6973a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/hooks/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ MERGE_BRANCH="pr_merge_${PR_ID}"
4747
checkout_merge "${TARGET_BRANCH}" "${PR_COMMIT}" "${MERGE_BRANCH}"
4848

4949
echo "Commit information"
50-
git log --format=%B -n 1
50+
git --no-pager log --format=%B -n 1
5151

5252
# Ensure buildkite groups are rendered
5353
echo ""

0 commit comments

Comments
 (0)