Merge "Emit a message about the final tox invocation"
This commit is contained in:
commit
17034f2478
@ -18,6 +18,10 @@
|
|||||||
UPPER_CONSTRAINTS_FILE: "{{ tox_constraints_file }}"
|
UPPER_CONSTRAINTS_FILE: "{{ tox_constraints_file }}"
|
||||||
when: not stat_results|skipped and stat_results.stat.exists
|
when: not stat_results|skipped and stat_results.stat.exists
|
||||||
|
|
||||||
|
- name: Emit tox command
|
||||||
|
debug:
|
||||||
|
msg: "Running tox: {{ tox_executable }} -e{{ tox_envlist }} {{ tox_extra_args }}"
|
||||||
|
|
||||||
- name: Run tox
|
- name: Run tox
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul_work_dir }}"
|
chdir: "{{ zuul_work_dir }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user