[vagrant] remove redundant command

This commit is contained in:
clime 2017-04-08 16:19:45 +02:00
parent eb957f1df6
commit 616d77a1c2

4
Vagrantfile vendored
View file

@ -24,10 +24,6 @@ Vagrant.configure(2) do |config|
inline: "dnf builddep -y /vagrant/dist-git.spec",
run: "always"
distgit.vm.provision "shell",
inline: "dnf builddep -y /vagrant/dist-git.spec",
run: "always"
distgit.vm.provision "shell",
inline: "cd /vagrant/ && tito build -i --test --rpm",
run: "always"