mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 00:40:29 +03:00
buildserver: let vagrant package handle insecure private key
This script was overwriting the provisioning that `vagrant package` does
already, and breaking `vagrant ssh`. It should have been removed in !1099
closes #990
fdroid-bootstrap-buildserver#12
!1012
!1099
c6f5956537
This commit is contained in:
parent
1e2e82fbde
commit
1dd480405e
2 changed files with 0 additions and 19 deletions
2
buildserver/Vagrantfile
vendored
2
buildserver/Vagrantfile
vendored
|
|
@ -83,8 +83,6 @@ Vagrant.configure("2") do |config|
|
|||
owner: 'root', group: 'root', create: true
|
||||
end
|
||||
|
||||
config.vm.provision "shell", name: "vagrant-insecure-private-key",
|
||||
path: "provision-vagrant-insecure-private-key"
|
||||
config.vm.provision "shell", name: "setup-env-vars", path: "setup-env-vars",
|
||||
args: ["/opt/android-sdk"]
|
||||
config.vm.provision "shell", name: "apt-get-install", path: "provision-apt-get-install",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue