Skip to content

Commit 0a4ef68

Browse files
authored
Merge pull request #190 from buildkite-plugins/toote_shellcheck_fix
Corrected shellcheck error
2 parents 65f9216 + 060149c commit 0a4ef68

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
@@ -19,6 +19,7 @@ fail_build=0
1919
has_errors=0
2020
create_annotation=0
2121

22+
# shellcheck disable=2317 # this is a signal function
2223
function cleanup {
2324
rm -rf "${artifacts_dir}"
2425
rm -rf "${annotation_dir}"

0 commit comments

Comments
 (0)