Commit 99e9ef28 authored by billy2180's avatar billy2180

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

parent ea017719
...@@ -29,7 +29,7 @@ retry() { ...@@ -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() { ...@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment