mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
feat: add assertion to check if a job's stage exists
This commit is contained in:
parent
e3b35ec8ae
commit
533bd2eef5
2 changed files with 21 additions and 19 deletions
|
|
@ -19,7 +19,7 @@ which can be imported in multiple projects.
|
|||
];
|
||||
...
|
||||
|
||||
perSystem = {...}: {
|
||||
perSystem = {pkgs, ...}: {
|
||||
ci = {
|
||||
stages = ["test"];
|
||||
jobs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue