Files
project-config/roles/check-python-release/defaults/main.yaml
Doug Hellmann 124973271c fix the check-python-release role
The instructions for setting up the virtualenv were wrong, leading to
it being unusable. This patch fixes the setup and adds a variable to
control the location of the virtualenv, to mirror the way
ensure-sphinx and some of our other roles work.

Change-Id: I2d8d443ec1fb51d58e70ca0b7837e8ccf586513c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-15 14:36:40 -04:00

4 lines
133 B
YAML

zuul_work_dir: "{{ zuul.project.src_dir }}"
release_python: "python"
check_python_release_virtualenv: "{{ ansible_user_dir }}/.venv"