From 1f751fd07a5f0d2ab8de519f2ffbcbb7623cdccb Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 26 May 2020 17:18:43 +0200 Subject: [PATCH] ci: address MarkDown linter issues in README.md ./README.md:51: MD012 Multiple consecutive blank lines ./README.md:10: MD025 Multiple top level headers in the same document Signed-off-by: Niels de Vos --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f70043b5..70f0e400e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - a Jenkins Pipeline is used to reserve bare metal system(s), and run jobs on those systems -# Repository/Branch Structure +## Repository/Branch Structure This is the `ci/centos` branch, where all the scripts for the Jenkins jobs are maintained. The tests that are executed by the jobs are part of the normal @@ -48,7 +48,6 @@ in a `jjb` container. To build the container, and provide the configuration for Jenkins Job Builder, see the [documentation in the `deploy/` directory](deploy/README.md). - [ceph_csi_ci]: https://jenkins-ceph-csi.apps.ci.centos.org [app_ci_centos_org]: https://console.apps.ci.centos.org:8443/console/project/ceph-csi [jjb]: https://jenkins-job-builder.readthedocs.io/en/latest/index.html