nix-gitlab-ci/lib/impl
technofab 31f0e4ea13
fix(jobPatched): fix variables not being unset if all contain store paths
the goal was to remove "variables" when it's empty, but this resulted in
the original value being used if all of the variables contained store
paths. This is not supposed to happen and thus fixed with this.
2025-09-03 15:17:51 +02:00
..
modules fix(module): default image to $NIX_CI_IMAGE 2025-09-03 10:46:47 +02:00
default.nix feat: initial v3 rewrite 2025-09-01 15:04:20 +02:00
helpers.nix fix(jobPatched): fix variables not being unset if all contain store paths 2025-09-03 15:17:51 +02:00
jobDeps.nix feat: initial v3 rewrite 2025-09-01 15:04:20 +02:00
jobPatched.nix fix(jobPatched): fix variables not being unset if all contain store paths 2025-09-03 15:17:51 +02:00
jobRun.nix feat: initial v3 rewrite 2025-09-01 15:04:20 +02:00
pipeline.nix feat: initial v3 rewrite 2025-09-01 15:04:20 +02:00
sandbox_helper.sh fix(sandbox_helper): fix TMPDIR being initialized too late and thus removing /tmp 2025-09-03 14:14:25 +02:00