Why is it failing now?

This commit is contained in:
Greg Hellings
2024-07-13 01:46:48 -05:00
parent 7c956c9d33
commit 41e1f3ae03
+2
View File
@@ -10,7 +10,9 @@ writeShellApplication {
];
text = ''
shopt -s globstar
export PACKER_LOG=1
packer init sources
unset PACKER_LOG
for vars in distros/**/*.pkrvars.hcl; do
packer validate -except=upload "-var-file=''${vars}" sources/
done