Skip to content

Commit 6bdcbff

Browse files
committed
upgrade to ubuntu 18 might fix keyserver thing
1 parent 070fde1 commit 6bdcbff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.ci/ansible_tests.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ def pause_if_interactive():
6666
ci_lib.dump_file(inventory_path)
6767

6868
if not ci_lib.exists_in_path('sshpass'):
69-
# fix errors with apt-get update
70-
run("sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 78BD65473CB3BD13")
71-
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")
72-
7369
run("sudo apt-get update")
7470
run("sudo apt-get install -y sshpass")
7571

0 commit comments

Comments
 (0)