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