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
+3 -3
View File
@@ -21,9 +21,6 @@ stages:
EXCEPT: '-except=upload'
JOB_PREFIX: 'ci'
needs:
- pipeline: $PARENT_PIPELINE_ID
job: continue
artifacts: true
- pipeline: $PARENT_PIPELINE_ID
job: generate
artifacts: true
@@ -44,6 +41,9 @@ qemu.amd64:
tag: qemu
parallel:
matrix: QEMU_MATRIX
before_script:
- echo $BUILD
- env
virtualbox-iso.amd64:
extends: .build
+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 {