delete all duplicate empty blanks

Signed-off-by: Xiang Dai <764524258@qq.com>
This commit is contained in:
Xiang Dai
2019-02-22 09:43:51 +08:00
parent b77e4e2417
commit 36065c6dd7
135 changed files with 283 additions and 283 deletions

View File

@@ -82,7 +82,7 @@ or not the job is healthy.
New jobs should be specified as YAML files to be processed by [Jenkins Job
Builder](http://docs.openstack.org/infra/jenkins-job-builder/). The YAML files
live in `jenkins/job-configs` and its subfolders **in the
live in `jenkins/job-configs` and its subfolders **in the
[kubernetes/test-infra repository](https://github.com/kubernetes/test-infra)**.
Jenkins runs Jenkins Job Builder in a Docker container defined in
`job-builder-image`, and triggers it using `update-jobs.sh`. Jenkins Job Builder

View File

@@ -106,7 +106,7 @@ function set_kubernetes_base_path () {
function find_version() {
(
# Where are we?
# This could be set in the global scope at some point if we need to
# This could be set in the global scope at some point if we need to
# discover the kubernetes path elsewhere.
set_kubernetes_base_path