From da4076a42a6b1fd380244d220d3e270f048afcce Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 13 Jan 2020 11:31:34 -0600 Subject: [PATCH] Add openstack-tox-bashate job for scripts We have had a bashate target in tox.ini for quite awhile, but we haven't had a Zuul job run it on changes. Manual fixes have been needed from time to time when someone has decided to run the linting on their own. Rather than needing periodic cleanup, let's just have this job run on any *.sh file changes. Change-Id: I828715f30695fac1036b982b180a6fdaec03bc43 Signed-off-by: Sean McGinnis --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 6e9db0ae91..8d344e2bba 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -44,6 +44,9 @@ - ^data/.*$ - ^deliverables/.*$ - ^doc/.*$ + - openstack-tox-bashate: + files: + - ^.*\.sh$ experimental: jobs: - releases-check-approval