mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-11 17:50:08 +01:00
chore: better solution for handling store paths in variables
This commit is contained in:
parent
31f0e4ea13
commit
5e2ae29660
2 changed files with 27 additions and 18 deletions
|
|
@ -148,10 +148,7 @@
|
|||
name = "handle store paths in variables";
|
||||
expected = {
|
||||
stages = ["test"];
|
||||
test = {
|
||||
stage = "test";
|
||||
variables."TEST" = "${pkgs.hello}";
|
||||
};
|
||||
test.stage = "test";
|
||||
};
|
||||
actual =
|
||||
(mkPipeline {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue