mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix some comment in hack/jenkins/*-dockerized.sh
This commit is contained in:
parent
ea017719e5
commit
99e9ef2871
@ -29,7 +29,7 @@ retry() {
|
|||||||
# Runs the unit and integration tests, producing JUnit-style XML test
|
# Runs the unit and integration tests, producing JUnit-style XML test
|
||||||
# reports in ${WORKSPACE}/artifacts. This script is intended to be run from
|
# reports in ${WORKSPACE}/artifacts. This script is intended to be run from
|
||||||
# kubekins-test container with a kubernetes repo mapped in. See
|
# kubekins-test container with a kubernetes repo mapped in. See
|
||||||
# hack/jenkins/gotest-dockerized.sh
|
# k8s.io/test-infra/scenarios/kubernetes_verify.py
|
||||||
|
|
||||||
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ retry() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# This script is intended to be run from kubekins-test container with a
|
# This script is intended to be run from kubekins-test container with a
|
||||||
# kubernetes repo mapped in. See hack/jenkins/gotest-dockerized.sh
|
# kubernetes repo mapped in. See k8s.io/test-infra/scenarios/kubernetes_verify.py
|
||||||
|
|
||||||
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user