Fix shellcheck lint errors in test/kubemark/stop-kubemark.sh

This commit is contained in:
Bob Killen 2019-02-04 18:26:57 -06:00
parent b8aae458a1
commit e137f4702a
No known key found for this signature in database
GPG Key ID: 03FB8A8615239E6D
2 changed files with 1 additions and 2 deletions

View File

@ -145,7 +145,6 @@
./test/images/volume/rbd/create_block.sh
./test/images/volume/rbd/mon.sh
./test/images/volume/rbd/osd.sh
./test/kubemark/stop-kubemark.sh
./third_party/forked/shell2junit/sh2ju.sh
./third_party/intemp/intemp.sh
./third_party/multiarch/qemu-user-static/register/qemu-binfmt-conf.sh

View File

@ -16,7 +16,7 @@
# Script that destroys Kubemark cluster and deletes all master resources.
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
source "${KUBE_ROOT}/test/kubemark/skeleton/util.sh"
source "${KUBE_ROOT}/test/kubemark/cloud-provider-config.sh"