Skip to content

Commit

Permalink
Update post-checkout (#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone authored Sep 20, 2023
1 parent b0c688f commit ba8a94c
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 ba8a94c

Please sign in to comment.