ensure-twine : remove ensure-pip
This was added with I55ef79bf9c5af9e4d1da24ed654821277edb663b but unfortunately breaks the OpenDev use where this runs on the executor and doesn't have sudo. Let's just leave it the way it was. Change-Id: I2cf4224228860b8a2cddd360636bb8633967b07e
This commit is contained in:
parent
cf74d70961
commit
a46b34b9f7
@ -13,10 +13,6 @@
|
|||||||
|
|
||||||
- name: Ensure twine is installed
|
- name: Ensure twine is installed
|
||||||
block:
|
block:
|
||||||
- name: Ensure pip
|
|
||||||
include_role:
|
|
||||||
name: ensure-pip
|
|
||||||
|
|
||||||
- name: Ensure twine is installed
|
- name: Ensure twine is installed
|
||||||
command: "{{ twine_python }} -m pip install twine!=1.12.0 requests-toolbelt!=0.9.0 --user"
|
command: "{{ twine_python }} -m pip install twine!=1.12.0 requests-toolbelt!=0.9.0 --user"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user