Try looking for variables

This commit is contained in:
Greg Hellings
2024-07-24 10:27:05 -05:00
parent a3c9dd67d7
commit f8f2b743ef
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -164,8 +164,8 @@
for vars in distros/**/*.pkrvars.hcl.sh; do
bash "./''${vars}"
done
BUILD="$(date "+%Y.%m.%d.%H")"
echo "BUILD=$BUILD" >> build.env
set -x
echo "BUILD=$(date "+%Y.%m.%d.%H")" >> build.env
'';
};
shellcheck = pkgs.writeShellApplication {