mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 19:50:29 +03:00
buildserver: move buildserverid to provisioner
In order to support Docker, this should be able to operate without ssh, e.g. using vagrant-communicator-docker. This removes the buildserverid hack and makes it a provisioner shell script.
This commit is contained in:
parent
a375bae3c9
commit
57447f18e1
3 changed files with 11 additions and 9 deletions
2
buildserver/Vagrantfile
vendored
2
buildserver/Vagrantfile
vendored
|
|
@ -86,5 +86,7 @@ Vagrant.configure("2") do |config|
|
|||
config.vm.provision "shell", path: "provision-android-ndk",
|
||||
args: ["/opt/android-sdk/ndk", "r21e", "r22b"]
|
||||
config.vm.provision "shell", path: "provision-gradle"
|
||||
config.vm.provision "shell", path: "provision-buildserverid",
|
||||
args: [`git rev-parse HEAD`]
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue