chiark / gitweb /
buildserver: remove special sshd setup for Ubuntu 14.04
[fdroidserver.git] / buildserver / Vagrantfile
index 9abff4af383b92fa49e082bed668fb9c121a4b08..731d13040d9be4dfe0f7cd37a81c2244dc4f664a 100644 (file)
@@ -80,9 +80,4 @@ Vagrant.configure("2") do |config|
   config.vm.provision "file", source: "gradle",
     destination: "/opt/gradle/bin/gradle"
 
-  # let Ubuntu/trusty's paramiko work with the VM instance
-  if `uname -v`.include? "14.04"
-    config.vm.provision "shell", path: "provision-ubuntu-trusty-paramiko"
-  end
-
 end