Skip to content

Commit 5164afc

Browse files
committed
fix kind-network-deprecate-endpoints punctuation
1 parent 2f09c6c commit 5164afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/sig-network/sig-network-kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ periodics:
10051005
set -o pipefail;
10061006
set -o xtrace;
10071007
cd $GOPATH/src/sigs.k8s.io/cloud-provider-kind;
1008-
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && $GOPATH/src/k8s.io/test-infra/experiment/kind-noendpoints-e2e.sh
1008+
curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && $GOPATH/src/k8s.io/test-infra/experiment/kind-noendpoints-e2e.sh
10091009
env:
10101010
- name: LABEL_FILTER
10111011
value: "(Conformance || sig-network ) && !Disruptive && !Flaky"

0 commit comments

Comments
 (0)