Skip to content

Commit

Permalink
Merge pull request #3378 from esl/mu-print-preset-in-the-summary
Browse files Browse the repository at this point in the history
Print preset in tools/circle-publish-github-summary-comment.sh
  • Loading branch information
NelsonVides committed Oct 29, 2021
2 parents 1728c31 + 02806fd commit dd58bfe
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 dd58bfe

Please sign in to comment.