We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070fde1 commit 6bdcbffCopy full SHA for 6bdcbff
.ci/ansible_tests.py
@@ -66,10 +66,6 @@ def pause_if_interactive():
66
ci_lib.dump_file(inventory_path)
67
68
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
-
73
run("sudo apt-get update")
74
run("sudo apt-get install -y sshpass")
75
0 commit comments