9 lines
260 B
YAML
9 lines
260 B
YAML
|
- hosts: all
|
||
|
tasks:
|
||
|
- name: Run ansible-review on the changes in the PR
|
||
|
shell: >
|
||
|
git diff origin/{{ zuul.branch|quote }}...{{ zuul.branch|quote }}
|
||
|
| ansible-review-filtered.sh
|
||
|
args:
|
||
|
chdir: '{{ zuul.project.src_dir }}'
|