From 216b374cfa5c9c0d4a347a04f6007d5da4d3b2f1 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Tue, 12 Oct 2021 11:55:47 +1100 Subject: [PATCH] install pip3 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a7a9506..7eaf68b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ build_cluster_cicd: - whoami - apt update - apt -y upgrade - - apt -y install python3-pip + - apt -y install openssh-client python3-pip - pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible - echo "create stage" - source ./$NECTAR_ALLOCATION-openrc.sh @@ -121,7 +121,7 @@ ansible_create_cluster_stage: - whoami - apt update - apt -y upgrade - - apt -y install python3-pip + - apt -y install openssh-client python3-pip - pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible - cd CICD - pwd -- GitLab