Files
project-config/playbooks/translation/propose-translation-update.yaml
Andreas Jaeger 7a246fc77e Use proper script for translations
The propose job needs to run the propose script.

Change-Id: Ie5c710b214c0b9447581825dc786249d2bc3c75d
2017-10-17 09:47:54 +02:00

12 lines
360 B
YAML

---
- hosts: all
roles:
- prep-zanata
- legacy-zuul-git-prep-upper-constraints
tasks:
- name: Run propose_translation_update.sh script
command: "{{ ansible_user_dir }}/scripts/propose_translation_update.sh {{ zuul.project.short_name }} {{ zuul.branch }} {{ zuul.job }}"
args:
chdir: "src/{{ zuul.project.canonical_name }}"