-
Daniel Firth authoredc10599d1
This GitLab CI configuration is valid.
Learn more
.gitlab-ci.yml 302 B
stages:
- generate
- check
generate-flake-ci:
stage: generate
script: nix run ".#horizon-gen-gitlab-ci" > flake-ci.yml
artifacts:
paths:
- flake-ci.yml
flake-ci:
stage: check
trigger:
include:
- artifact: flake-ci.yml
job: generate-flake-ci
strategy: depend