Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion hooks/command
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ fail_build=0
has_errors=0
create_annotation=0

# shellcheck disable=2317 # this is a signal function
# shellcheck disable=2317 # this is a signal function
# shellcheck disable=2329 # this function is used but SC isn't picking it up
function cleanup {
rm -rf "${artifacts_dir}"
rm -rf "${annotation_dir}"
Expand Down