eve-psr-nix0/.gitlab-ci.yml

20 lines
348 B
YAML
Raw Normal View History

stages:
- generate
- check
generate-flake-ci:
stage: generate
before_script:
script: nix run "git+https://git.eversole.co/james/flake-to-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