Skip to content

Commit a321997

Browse files
committed
resolve the shell check
1 parent 30bfb50 commit a321997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/docker-smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Is there a good way to reuse code here?
88
# Also note this can evolve into a generalized pipeline smoke test
99

10-
# shellcheck disable=SC2317 # Shellcheck complains that trap functions are unreachable...
10+
# shellcheck disable=SC2317,SC2329 # Shellcheck complains that trap functions are unreachable/unused...
1111

1212
set -e
1313

0 commit comments

Comments
 (0)