Skip to content

Commit 7a41635

Browse files
committed
fix ci check error due to shellcheck
Signed-off-by: Chengwei Guo <[email protected]>
1 parent 141001d commit 7a41635

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/scripts/fluentd_e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function build_ginkgo_test() {
1414
popd >/dev/null
1515
}
1616

17+
# shellcheck disable=SC2329
1718
function cleanup() {
1819
# shellcheck disable=SC2317
1920
pushd "$PROJECT_ROOT" >/dev/null

tests/scripts/fluentd_helm_e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function build_ginkgo_test() {
1111
ginkgo build -r e2e/fluentd/
1212
}
1313

14+
# shellcheck disable=SC2329
1415
function cleanup() {
1516
# shellcheck disable=SC2317
1617
pushd "$PROJECT_ROOT" >/dev/null

0 commit comments

Comments
 (0)