Skip to content

Commit 051eb3c

Browse files
committed
Fix shellcheck
1 parent 2eaba1d commit 051eb3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/command

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ cat "$annotation_path"
3737

3838
if ! grep -q "There were no failures" "$annotation_path"; then
3939
echo "--- :buildkite: Creating annotation"
40+
# shellcheck disable=SC2002
4041
cat "$annotation_path" | buildkite-agent annotate --context junit --style error
4142
fi

0 commit comments

Comments
 (0)