From e57214810ef458b9e16f157a64e0c0b7c9d2157e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 16 Aug 2019 19:29:00 +0200 Subject: [PATCH] Add file list for promote-openstack-manuals-lang If we do not run publishlang job in gate, there's nothing to promote - so, add the same filelist for both gate and promote job so that we only publish if something has changed. Change-Id: Ifeb5f4d92c7e13d51bd2a654e1ec3c2e91f536b3 --- .zuul.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e12ae8c1d2..919cd46185 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -44,7 +44,7 @@ Build translated manuals using "publishlang" tox environment. vars: tox_envlist: publishlang - files: + files: &files-publishlang - ^.*\.po$ - ^.*\.pot$ - ^.*requirements.txt$ @@ -97,7 +97,8 @@ - build-tox-manuals-publishlang promote: jobs: - - promote-openstack-manuals-lang + - promote-openstack-manuals-lang: + files: *files-publishlang # Configuration for this repository, determines which jobs to run. - project: