Skip to content

Commit

Permalink
Avoid paging issues for git log messages (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Jun 21, 2023
1 parent 3b3dc09 commit 6973a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/hooks/post-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MERGE_BRANCH="pr_merge_${PR_ID}"
checkout_merge "${TARGET_BRANCH}" "${PR_COMMIT}" "${MERGE_BRANCH}"

echo "Commit information"
git log --format=%B -n 1
git --no-pager log --format=%B -n 1

# Ensure buildkite groups are rendered
echo ""

0 comments on commit 6973a3f

Please sign in to comment.