mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-24 07:22:54 +00:00
[vagrant] remove redundant command
This commit is contained in:
parent
eb957f1df6
commit
616d77a1c2
1 changed files with 0 additions and 4 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue