Spread build source defs more evenly

This commit is contained in:
Greg Hellings
2022-05-25 01:40:52 -05:00
parent e2e22cae6e
commit 5b40c9a79e
4 changed files with 100 additions and 102 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -exo pipefail
build="${1}"
packer build -var headless=false -var-file distros/${build}.pkrvars.hcl -except=upload sources/qemu.pkr.hcl
packer build -var headless=false -var-file distros/${build}.pkrvars.hcl -except=upload sources/
vagrant box add -f --name test ${build}.box
vagrant up
vagrant ssh -c "ls -la ~/"