mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix(ci-component): honor NIX_CI_DISABLE_CACHE correctly
This commit is contained in:
parent
553b829af0
commit
1101989255
2 changed files with 2 additions and 2 deletions
|
|
@ -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 ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue