Skip to content

Commit

Permalink
Print preset in tools/circle-publish-github-summary-comment.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Oct 29, 2021
1 parent 1728c31 commit 02806fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circle-publish-github-summary-comment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

function make_body
{
echo "[Build]($CIRCLE_BUILD_URL) on $CIRCLE_BRANCH"
echo "[Build]($CIRCLE_BUILD_URL) on $CIRCLE_BRANCH / $PRESET"
if [ ! -z "$CIRCLE_PULL_REQUEST" ]; then
echo "PR $CIRCLE_PULL_REQUEST"
fi
Expand Down

0 comments on commit 02806fd

Please sign in to comment.