Skip to content

Commit 3e9501a

Browse files
authored
Fix build
Update command hook removing extra-long text that was causing the build to fail.
1 parent cd0a7a8 commit 3e9501a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hooks/command

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ if grep -q "<details>" "$annotation_path"; then
6161
echo "--- :warning: Failures too large to annotate"
6262
msg="The failures are too large to create a build annotation. Please inspect the failed JUnit artifacts manually."
6363
echo "$msg"
64-
echo "$msg" | buildkite-agent annotate --context "${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_CONTEXT:-junit}" --style "$annotation_style"
6564
else
6665
echo "--- :buildkite: Creating annotation"
6766
# shellcheck disable=SC2002

0 commit comments

Comments
 (0)