mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
apply e499ce6916
fix to other vms too
This commit is contained in:
parent
e499ce6916
commit
c0ac987135
1 changed files with 2 additions and 0 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -118,6 +118,7 @@ Vagrant.configure(2) do |config|
|
|||
run: "always"
|
||||
|
||||
distgit.vm.provision "shell",
|
||||
privileged: false,
|
||||
inline: "cd /vagrant/ && tito build --test --rpm",
|
||||
run: "always"
|
||||
|
||||
|
@ -208,6 +209,7 @@ Vagrant.configure(2) do |config|
|
|||
|
||||
# build by using auto-packing
|
||||
distgit.vm.provision "shell",
|
||||
privileged: false,
|
||||
inline: "cd /vagrant/ && rpkg srpm && rpkg local --outdir /tmp/rpkg/dist-git-*/",
|
||||
run: "always"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue