summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/functest/functest.yaml')
-rw-r--r--jjb/functest/functest.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index 30a90c5f5..f91212fed 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -743,10 +743,10 @@
set +x
if [ "_" = "_" ]; then
image=alpine:{dependency}
- elif [ "_" = "None" ]; then
+ elif [ "None" = "None" ]; then
image=_/alpine:{dependency}
else
- image=_:/alpine{dependency}
+ image=_:/alpine:{dependency}
fi
sudo docker pull $image || true
@@ -757,10 +757,10 @@
set +x
if [ "_" = "_" ]; then
image=alpine:{dependency}
- elif [ "_" = "None" ]; then
+ elif [ "" = "None" ]; then
image=_/alpine:{dependency}
else
- image=_:/alpine{dependency}
+ image=_:/alpine:{dependency}
fi
sudo docker rmi $image || true
@@ -802,8 +802,8 @@
sudo apt-get update && sudo apt-get install \
software-properties-common gpg -y
sudo add-apt-repository -y ppa:deadsnakes/ppa
- sudo apt-get update && sudo apt-get install python3.8 python3.8-dev \
- python3.8-distutils \
+ sudo apt-get update && sudo apt-get install python3.8 \
+ python3.8-dev python3.8-distutils \
python3.7 python3.7-dev python3.6 python3.6-dev \
python python-dev python3-pip enchant -y
sudo pip3 install tox tox-pip-version