osc-check-plugins job: Ensure OSC plugins from git
openstackclient-check-plugins did not install OSC plugins from git even when they are specified in required-projects. This happened "item.short_name" is not evaluated. Change-Id: I069e63005ad2cd24f134fee475fa246bf324a7e2
This commit is contained in:
parent
37076d16af
commit
b7bd239e81
@ -26,7 +26,8 @@
|
|||||||
- name: Install repos that are in requirements.txt
|
- name: Install repos that are in requirements.txt
|
||||||
shell:
|
shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
grep item.short_name requirements.txt
|
echo "------------------------------------------------------------"
|
||||||
|
grep {{ item.short_name }} requirements.txt
|
||||||
if [ $? -eq 0 ] ; then
|
if [ $? -eq 0 ] ; then
|
||||||
osc_plugins/bin/pip install -c upper-constraints.txt -e {{ ansible_user_dir }}/{{ item.src_dir }}
|
osc_plugins/bin/pip install -c upper-constraints.txt -e {{ ansible_user_dir }}/{{ item.src_dir }}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user