mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
Fix for container build in Vagrantfile.
This commit is contained in:
parent
9f9396943f
commit
0f2eb424bb
3
test/Vagrantfile
vendored
3
test/Vagrantfile
vendored
@ -54,7 +54,8 @@ Vagrant.configure(2) do |config|
|
||||
usermod -a -G vagrant vagrant
|
||||
|
||||
# Build VM images
|
||||
sudo su - vagrant -c '/backrest/test/test.pl --vm-build --vm-force'
|
||||
rm -f /backrest/test/.vagrant/docker/*
|
||||
sudo su - vagrant -c '/backrest/test/test.pl --vm-build'
|
||||
SHELL
|
||||
|
||||
# Don't share the default vagrant folder
|
||||
|
Loading…
Reference in New Issue
Block a user