fix shellcheck error, add an easy make target.

This commit is contained in:
Amit Watve
2020-07-28 13:03:08 -07:00
parent 6f52b98352
commit 829cecfaef
2 changed files with 5 additions and 2 deletions

View File

@@ -70,7 +70,10 @@ unit:
lint:
hack/verify/lint.sh
shellcheck:
hack/verify/shellcheck.sh
# unit test alias
test: unit
.PHONY: all kind build install clean-cache clean-output clean unit test lint
.PHONY: all kind build install clean-cache clean-output clean unit test lint shellcheck

View File

@@ -184,7 +184,7 @@ EOF
# Patch kube-proxy to set the verbosity level
kubectl patch -n kube-system daemonset/kube-proxy \
--type='json' -p='[{"op": "add", "path": "/spec/template/spec/containers/0/command/-", "value": "--v='${KIND_CLUSTER_LOG_LEVEL}'" }]'
--type='json' -p='[{"op": "add", "path": "/spec/template/spec/containers/0/command/-", "value": "--v='"${KIND_CLUSTER_LOG_LEVEL}"'" }]'
}
# run e2es with ginkgo-e2e.sh