From: Cédric Ollivier Date: Fri, 2 Jul 2021 16:21:15 +0000 (+0200) Subject: Install python3-pip if needed X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e035eda547388df057a6f62255111acf1653c9e1;p=releng.git Install python3-pip if needed Change-Id: I60acccd10a9222e08257ce68becc54fa91eedaa2 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 57c62c4ba..b6e02abc2 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -4,6 +4,7 @@ builders: - shell: | set +x + sudo apt-get install python3-pip -y curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64 chmod +x ./kind sudo mv ./kind /usr/local/bin/kind