Fix some comment in hack/jenkins/*-dockerized.sh

pull/6/head
billy2180 2017-09-07 19:43:41 +08:00
parent ea017719e5
commit 99e9ef2871
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ retry() {
# Runs the unit and integration tests, producing JUnit-style XML test
# reports in ${WORKSPACE}/artifacts. This script is intended to be run from
# 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}

View File

@ -27,7 +27,7 @@ retry() {
}
# 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}