We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141001d commit 7a41635Copy full SHA for 7a41635
tests/scripts/fluentd_e2e.sh
@@ -14,6 +14,7 @@ function build_ginkgo_test() {
14
popd >/dev/null
15
}
16
17
+# shellcheck disable=SC2329
18
function cleanup() {
19
# shellcheck disable=SC2317
20
pushd "$PROJECT_ROOT" >/dev/null
tests/scripts/fluentd_helm_e2e.sh
@@ -11,6 +11,7 @@ function build_ginkgo_test() {
11
ginkgo build -r e2e/fluentd/
12
13
0 commit comments