Try looking for variables
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user