Merge "Pass environment variables to 'tox envlist config' task"
This commit is contained in:
commit
57a2f59f5a
@ -25,6 +25,7 @@
|
|||||||
> {{ _tox_show_config_tempfile.path }}
|
> {{ _tox_show_config_tempfile.path }}
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul_work_dir }}"
|
chdir: "{{ zuul_work_dir }}"
|
||||||
|
environment: "{{ tox_environment|combine(tox_constraints_env|default({})) }}"
|
||||||
|
|
||||||
- name: Install any sibling python packages
|
- name: Install any sibling python packages
|
||||||
tox_install_sibling_packages:
|
tox_install_sibling_packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user