mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
update tests to f29
This commit is contained in:
parent
2e30538b1a
commit
482915fc40
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -5,7 +5,7 @@ Vagrant.configure(2) do |config|
|
|||
|
||||
### distgit Fedora ###################################################
|
||||
config.vm.define "distgit" do |distgit|
|
||||
distgit.vm.box = "fedora/27-cloud-base"
|
||||
distgit.vm.box = "fedora/29-cloud-base"
|
||||
|
||||
distgit.vm.synced_folder ".", "/vagrant", type: "rsync"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue