diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-07-02 18:21:15 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-07-02 18:21:15 +0200 |
commit | e035eda547388df057a6f62255111acf1653c9e1 (patch) | |
tree | ddbbd42563a3d9a38febef76605d8d5b442ecd91 | |
parent | 414ee3bdc22e1d9bd09ff2b061c14c00dfceec5c (diff) |
Install python3-pip if needed
Change-Id: I60acccd10a9222e08257ce68becc54fa91eedaa2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |