mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-03-13 05:50:24 +03:00
Stop processing Vagrantfile in case of errors
If something in the provisioning of the vagrant virtual machine goes wrong the developer might not notice (the creation log is very long), but the virtual machine will be more or less subtly broken. Instead, halting on errros makes problems immediately apparent. Link: https://github.com/ValveSoftware/Proton/pull/4343
This commit is contained in:
parent
74a40b17aa
commit
3ba1c093a5
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -65,6 +65,7 @@ Vagrant.configure(2) do |config|
|
||||
debian10.vm.synced_folder ".", "/home/vagrant/proton", id: "proton", type: "rsync", rsync__exclude: ["vagrant_share"]
|
||||
|
||||
debian10.vm.provision "shell", privileged: "true", inline: <<-SHELL
|
||||
set -e
|
||||
#install docker and steam-runtime dependencies
|
||||
dpkg --add-architecture i386
|
||||
apt-get update
|
||||
|
Loading…
x
Reference in New Issue
Block a user