Skip to content
Snippets Groups Projects
Commit abe011ae authored by Daniel Firth's avatar Daniel Firth
Browse files

.gitlab-ci.yml: add eval step

parent f321158d
Branches
Tags
No related merge requests found
stages:
- generate
- eval
- check
generate-flake-ci:
......@@ -9,6 +10,10 @@ generate-flake-ci:
paths:
- flake-ci.yml
eval-flake:
stage: eval
script: nix flake show
flake-ci:
stage: check
trigger:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment