Skip to content

Update e2e-kind.sh

Update e2e-kind.sh #22

Triggered via pull request August 11, 2023 07:22
Status Success
Total duration 34s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
3s
style / changes
style  /  ...  /  shell
11s
style / suggester / shell
style  /  ...  /  yaml
0s
style / suggester / yaml
style  /  ...  /  github_actions
0s
style / suggester / github_actions
style  /  ...  /  Auto-format and Check
style / Golang / Auto-format and Check
style  /  ...  /  Do Not Submit
style / Golang / Do Not Submit
style  /  ...  /  Lint
style / Golang / Lint
Matrix: style / Golang / Boilerplate Check
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

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}"