fix(ci-component): honor NIX_CI_DISABLE_CACHE correctly

This commit is contained in:
technofab 2024-11-30 17:57:31 +01:00
parent 553b829af0
commit 1101989255
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ stages:
- build
- trigger
variables:
NIX_CI_DISABLE_CACHE: "$[[ inputs.disable_cache ]]"
NIX_CI_DISABLE_CACHE: "$[[ inputs.disable_cache ]]${NIX_CI_DISABLE_CACHE:-}"
nix-ci:build:
stage: build
image: registry.gitlab.com/technofab/nix-gitlab-ci/nix-ci:$[[ inputs.image_tag ]]