Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
414ee3b
)
Install python3-pip if needed
51/72751/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Fri, 2 Jul 2021 16:21:15 +0000
(18:21 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Fri, 2 Jul 2021 16:21:15 +0000
(18:21 +0200)
Change-Id: I60acccd10a9222e08257ce68becc54fa91eedaa2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtesting-ci.yaml
patch
|
blob
|
history
diff --git
a/jjb/functest/xtesting-ci.yaml
b/jjb/functest/xtesting-ci.yaml
index
57c62c4
..
b6e02ab
100644
(file)
--- 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