From f8f2b743ef07676932b7251db953c92f68c5b524 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 24 Jul 2024 10:14:40 -0500 Subject: [PATCH] Try looking for variables --- .gitlab-ci-build.yml.in | 6 +++--- flake.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci-build.yml.in b/.gitlab-ci-build.yml.in index 2d86b08..3639448 100644 --- a/.gitlab-ci-build.yml.in +++ b/.gitlab-ci-build.yml.in @@ -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 diff --git a/flake.nix b/flake.nix index ea8b3d2..b898593 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {