Configuration files for project CI systems
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- hosts: all
|
|
roles:
|
|
- prepare-zanata-client
|
|
- legacy-zuul-git-prep-upper-constraints
|
|
|
|
tasks:
|
|
- name: Run upstream_translation_update.sh script
|
|
command: "{{ ansible_user_dir }}/scripts/upstream_translation_update.sh {{ zuul.project.short_name }} {{ zuul.job }} {{ zuul.branch }} {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/horizon'].src_dir }}"
|
|
args:
|
|
chdir: "{{ zuul.project.src_dir }}"
|
|
|
|
- hosts: all
|
|
roles:
|
|
- fetch-translation-output
|