From 6bdcbff7b2284d783ef4ede85cb656d8f35fabf1 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Fri, 24 Apr 2020 16:12:58 -0700 Subject: [PATCH] upgrade to ubuntu 18 might fix keyserver thing --- .ci/ansible_tests.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ci/ansible_tests.py b/.ci/ansible_tests.py index 017107d4..4df2dc70 100755 --- a/.ci/ansible_tests.py +++ b/.ci/ansible_tests.py @@ -66,10 +66,6 @@ with ci_lib.Fold('job_setup'): ci_lib.dump_file(inventory_path) if not ci_lib.exists_in_path('sshpass'): - # fix errors with apt-get update - run("sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 78BD65473CB3BD13") - run("sudo sed -i -e 's#deb https://downloads.apache.org/cassandra/debian 39x main#deb http://downloads.apache.org/cassandra/debian 39x main#g' /etc/apt/sources.list.d/cassandra.list") - run("sudo apt-get update") run("sudo apt-get install -y sshpass")