Update e2e-kind.sh #22
knative-style.yaml
on: pull_request
style
/
changes
3s
style
/
...
/
shell
11s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
style
/
...
/
Auto-format and Check
style
/
...
/
Do Not Submit
style
/
...
/
Lint
Matrix: style / Golang / Boilerplate Check
Waiting for pending jobs
Annotations
4 errors
style / suggester / shell:
test/e2e-kind.sh#L39
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
test/e2e-kind.sh:39:- cd $NET_ISTIO_DIR \
test/e2e-kind.sh:39:+ cd "$NET_ISTIO_DIR" \
|
style / suggester / shell:
test/e2e-kind.sh#L42
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
test/e2e-kind.sh:42:- && git fetch --depth 1 origin $LATEST_NET_ISTIO_RELEASE_VERSION \
test/e2e-kind.sh:42:+ && git fetch --depth 1 origin "$LATEST_NET_ISTIO_RELEASE_VERSION" \
|
style / suggester / shell:
test/e2e-kind.sh#L51
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
test/e2e-kind.sh:51:- sed -ie "s/cluster\.local/${CLUSTER_DOMAIN}/g" ${NET_ISTIO_DIR}/third_party/istio-${ISTIO_VERSION}/${ISTIO_PROFILE}
test/e2e-kind.sh:51:+ sed -ie "s/cluster\.local/${CLUSTER_DOMAIN}/g" "${NET_ISTIO_DIR}"/third_party/istio-"${ISTIO_VERSION}"/"${ISTIO_PROFILE}"
|
style / suggester / shell:
test/e2e-kind.sh#L57
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
test/e2e-kind.sh:57:- ${NET_ISTIO_DIR}/third_party/istio-${ISTIO_VERSION}/install-istio.sh ${ISTIO_PROFILE}
test/e2e-kind.sh:57:+ "${NET_ISTIO_DIR}"/third_party/istio-"${ISTIO_VERSION}"/install-istio.sh "${ISTIO_PROFILE}"
|