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 b8aae45 commit e137f47Copy full SHA for e137f47
hack/.shellcheck_failures
@@ -145,7 +145,6 @@
145
./test/images/volume/rbd/create_block.sh
146
./test/images/volume/rbd/mon.sh
147
./test/images/volume/rbd/osd.sh
148
-./test/kubemark/stop-kubemark.sh
149
./third_party/forked/shell2junit/sh2ju.sh
150
./third_party/intemp/intemp.sh
151
./third_party/multiarch/qemu-user-static/register/qemu-binfmt-conf.sh
test/kubemark/stop-kubemark.sh
@@ -16,7 +16,7 @@
16
17
# Script that destroys Kubemark cluster and deletes all master resources.
18
19
-KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
+KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
20
21
source "${KUBE_ROOT}/test/kubemark/skeleton/util.sh"
22
source "${KUBE_ROOT}/test/kubemark/cloud-provider-config.sh"
0 commit comments