mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix(modules/job): fix variables with nix store paths getting dropped
This commit is contained in:
parent
59f8bd169a
commit
1e9ddff300
2 changed files with 22 additions and 1 deletions
|
|
@ -646,8 +646,8 @@ in rec {
|
|||
};
|
||||
depsDrv = cilib.mkJobDeps {
|
||||
key = name;
|
||||
job = config.finalConfig;
|
||||
nixConfig = config.nix;
|
||||
inherit job;
|
||||
};
|
||||
runnerDrv = cilib.mkJobRun {
|
||||
key = name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue