Fix shellcheck lint errors in cluster/kubemark/util.sh

pull/564/head
Bob Killen 2019-02-04 17:22:05 -06:00
parent 9a58913e8f
commit 9a4f4878f5
No known key found for this signature in database
GPG Key ID: 03FB8A8615239E6D
2 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
source ${KUBE_ROOT}/test/kubemark/cloud-provider-config.sh source "${KUBE_ROOT}/test/kubemark/cloud-provider-config.sh"
source ${KUBE_ROOT}/cluster/${CLOUD_PROVIDER}/util.sh source "${KUBE_ROOT}/cluster/${CLOUD_PROVIDER}/util.sh"
source ${KUBE_ROOT}/cluster/kubemark/${CLOUD_PROVIDER}/config-default.sh source "${KUBE_ROOT}/cluster/kubemark/${CLOUD_PROVIDER}/config-default.sh"

View File

@ -19,7 +19,6 @@
./cluster/gce/upgrade.sh ./cluster/gce/upgrade.sh
./cluster/gce/util.sh ./cluster/gce/util.sh
./cluster/images/conformance/run_e2e.sh ./cluster/images/conformance/run_e2e.sh
./cluster/kubemark/util.sh
./cluster/log-dump/log-dump.sh ./cluster/log-dump/log-dump.sh
./cluster/pre-existing/util.sh ./cluster/pre-existing/util.sh
./cluster/restore-from-backup.sh ./cluster/restore-from-backup.sh