Fix publish location for translations

We publish the complete content of translation-source directory to
http://tarballs.openstack.org/translation-source . Fix
the location from where to get the files.

Change-Id: Icb17dbb3269c569ad8bc5343ec1eed10c438d91d
This commit is contained in:
Andreas Jaeger 2017-10-20 18:42:06 +02:00
parent b8b54ab701
commit f0098374b4
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
---
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
translation_output_src: "src/{{ zuul.project.canonical_name }}/*.pot"
translation_output_src: "src/{{ zuul.project.canonical_name }}/translation-source/"