summaryrefslogtreecommitdiffstats
path: root/jjb/releng-macros.yaml
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2016-07-25 12:14:49 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2016-07-25 13:49:35 +0900
commit246cadb5bb15febe3ac2b453069e0bfc4bb7a122 (patch)
treea4f0b94b5b306cf1c7a53ce8f888c16e344c9cc4 /jjb/releng-macros.yaml
parent3ca56cfa686f7b11b7cea84993289d5d5ffc7611 (diff)
clean opnfv/opnfv-docs.yml
- make 'opnfv-docs-*' jobs run against all repositories which has docs directory. - remove docs builder from yardstick-project-jobs JIRA: RELENG-133 Change-Id: Id0cf6e600ed112c6f082f6bc924eaeccb0481e49 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/releng-macros.yaml')
-rw-r--r--jjb/releng-macros.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml
index a69badbf4..0c4cb8fff 100644
--- a/jjb/releng-macros.yaml
+++ b/jjb/releng-macros.yaml
@@ -412,3 +412,8 @@
- upload-generated-docs-to-opnfv-artifacts
- report-docs-build-result-to-gerrit
- remove-old-docs-from-opnfv-artifacts
+
+- builder:
+ name: check-bash-syntax
+ builders:
+ - shell: "find . -name '*.sh' | xargs bash -n"