
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>
4 lines
133 B
YAML
4 lines
133 B
YAML
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
|
release_python: "python"
|
|
check_python_release_virtualenv: "{{ ansible_user_dir }}/.venv"
|