mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix: add artifacts option
This commit is contained in:
parent
1b6ecec5c1
commit
3413fc3639
1 changed files with 4 additions and 0 deletions
|
|
@ -68,6 +68,10 @@
|
|||
type = types.nullOr types.attrs;
|
||||
default = null;
|
||||
};
|
||||
artifacts = mkOption {
|
||||
type = types.nullOr types.attrs;
|
||||
default = null;
|
||||
};
|
||||
when = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue