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
This commit is contained in:
Andreas Jaeger 2019-08-16 19:29:00 +02:00
parent 1d08a657f6
commit e57214810e
1 changed files with 3 additions and 2 deletions

View File

@ -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: