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' EXCEPT: '-except=upload'
JOB_PREFIX: 'ci' JOB_PREFIX: 'ci'
needs: needs:
- pipeline: $PARENT_PIPELINE_ID
job: continue
artifacts: true
- pipeline: $PARENT_PIPELINE_ID - pipeline: $PARENT_PIPELINE_ID
job: generate job: generate
artifacts: true artifacts: true
@@ -44,6 +41,9 @@ qemu.amd64:
tag: qemu tag: qemu
parallel: parallel:
matrix: QEMU_MATRIX matrix: QEMU_MATRIX
before_script:
- echo $BUILD
- env
virtualbox-iso.amd64: virtualbox-iso.amd64:
extends: .build extends: .build
+2 -2
View File
@@ -164,8 +164,8 @@
for vars in distros/**/*.pkrvars.hcl.sh; do for vars in distros/**/*.pkrvars.hcl.sh; do
bash "./''${vars}" bash "./''${vars}"
done done
BUILD="$(date "+%Y.%m.%d.%H")" set -x
echo "BUILD=$BUILD" >> build.env echo "BUILD=$(date "+%Y.%m.%d.%H")" >> build.env
''; '';
}; };
shellcheck = pkgs.writeShellApplication { shellcheck = pkgs.writeShellApplication {