diff --git a/Vagrantfile.centos7 b/Vagrantfile.centos7 index 7342e4ab..68ae9f0e 100644 --- a/Vagrantfile.centos7 +++ b/Vagrantfile.centos7 @@ -12,6 +12,8 @@ Vagrant.configure("2") do |config| v.cpus = 2 end config.vm.provision "shell", inline: <<-SHELL + set -e -u -o pipefail + # configuration GO_VERSION="1.13.11" BATS_VERSION="v1.2.0"