CI: Install container engine sdk
In order to drop docker pip package from requirements.txt in Kolla we need to start installing that here. Change-Id: Ifd3b86afb65760c3b3ce7f26feebdaf0789fb525
This commit is contained in:
parent
66853f8620
commit
fed05c8018
@ -118,7 +118,7 @@ EOF
|
||||
python3 -m venv ~/kolla-venv
|
||||
. ~/kolla-venv/bin/activate
|
||||
|
||||
pip install "${KOLLA_SRC_DIR}"
|
||||
pip install "${KOLLA_SRC_DIR}" ${CONTAINER_ENGINE}
|
||||
|
||||
sudo ~/kolla-venv/bin/kolla-build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user