Fix xstatic-check-version
Use complete path to call xstatic-check-version so that it is found. Change-Id: Ib94fa5dce60d38929ffeaf897ba43ae78401e927
This commit is contained in:
parent
42d0b7c2cc
commit
33a90d8a6c
@ -17,7 +17,7 @@
|
||||
- name: Check version match
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
command: "{{ ansible_user_dir }}/.venv/bin/python xstatic_check_version.py"
|
||||
command: "{{ ansible_user_dir }}/.venv/bin/python {{ ansible_user_dir }}/xstatic_check_version.py"
|
||||
|
||||
- name: Clean up after ourselves
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user