mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
update comment
This commit is contained in:
parent
e703ac1313
commit
53055b489f
|
|
@ -80,7 +80,7 @@ done <<< "${passed_but_expected_fail}"
|
||||||
tests_to_add=$(echo $tests_to_add | xargs)
|
tests_to_add=$(echo $tests_to_add | xargs)
|
||||||
already_in_whitelist=$(echo $already_in_whitelist | xargs)
|
already_in_whitelist=$(echo $already_in_whitelist | xargs)
|
||||||
|
|
||||||
# Wrap output in code blocks for buildkite annotation rendering purposes
|
# Format output with markdown for buildkite annotation rendering purposes
|
||||||
if [ -n "${tests_to_add}" ] && [ -n "${already_in_whitelist}" ]; then
|
if [ -n "${tests_to_add}" ] && [ -n "${already_in_whitelist}" ]; then
|
||||||
echo "### 📜 SyTest Whitelist Maintenance"
|
echo "### 📜 SyTest Whitelist Maintenance"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue