0f34146430
The prep-zanata role has been moved to openstack-zuul-jobs and renamed to prepare-zanata-client, use it now and remove the now obsolete role. Change-Id: I1351d586d8c4211677300eb2e606ef6007ca816b Depends-On: https://review.openstack.org/525760
11 lines
355 B
YAML
11 lines
355 B
YAML
- hosts: all
|
|
roles:
|
|
- prepare-zanata-client
|
|
- 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: "{{ zuul.project.src_dir }}"
|