We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589d9ce commit c0ea27dCopy full SHA for c0ea27d
hooks/command
@@ -53,7 +53,7 @@ if grep -q "<details>" "$annotation_path"; then
53
54
echo "--- :buildkite: Creating annotation"
55
# shellcheck disable=SC2002
56
- cat "$annotation_path" | buildkite-agent annotate --context ${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_CONTEXT:-junit} --style error
+ cat "$annotation_path" | buildkite-agent annotate --context "${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_CONTEXT:-junit}" --style error
57
58
if [[ "${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_FAIL_BUILD_ON_ERROR:-false}" =~ (true|on|1) ]]
59
then
0 commit comments