mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Remove obsolete deletes from Vagrantfile.
pgBackRest no longer writes files into the .vagrant path so there's no longer anything to delete.
This commit is contained in:
parent
dcddf3a58b
commit
2241524c0b
3
test/Vagrantfile
vendored
3
test/Vagrantfile
vendored
@ -94,9 +94,6 @@ Vagrant.configure(2) do |config|
|
||||
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
echo 'Build VM Images' && date
|
||||
rm -rf /backrest/test/.vagrant/docker/*
|
||||
rm -rf /backrest/test/.vagrant/bin/*
|
||||
rm -rf /backrest/test/.vagrant/package/*
|
||||
sudo su - vagrant -c '/backrest/test/test.pl --vm-build'
|
||||
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user