mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 10:10:06 +01:00
rollback(jobPatched) Restored some features for patching jobs for ci
Tests for this filtering of environment variables in ci have also been rollback.
This commit is contained in:
parent
fb234b80bf
commit
0ef6f4d2ff
3 changed files with 5 additions and 6 deletions
|
|
@ -88,7 +88,7 @@
|
|||
after_script = ["finalize_nix_ci"];
|
||||
before_script = ["source setup_nix_ci \"gitlab-ci:pipeline:test:job-deps:test\""];
|
||||
variables = {
|
||||
BASH = toString pkgs.bash;
|
||||
#BASH = toString pkgs.bash;
|
||||
TEST = "work";
|
||||
};
|
||||
cache = [
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
];
|
||||
variables = {
|
||||
NIX_CI_CACHE_STRATEGY = "runner";
|
||||
BASH = toString pkgs.bash;
|
||||
#BASH = toString pkgs.bash;
|
||||
TEST = "work";
|
||||
};
|
||||
};
|
||||
|
|
@ -273,7 +273,7 @@
|
|||
];
|
||||
variables = {
|
||||
SAMPLE = "working";
|
||||
HELLO = toString pkgs.hello;
|
||||
#HELLO = toString pkgs.hello;
|
||||
NIX_CI_CACHE_STRATEGY = "runner";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue