Commit a84994dd authored by locallycompact's avatar locallycompact
Browse files

Add .gitlab-ci.yml

parent 8cd5fdca
1 merge request!10Fix CI
Pipeline #1197 failed with stages
stages:
- generate
- check
generate-flake-ci:
stage: generate
script: nix run "git+https://gitlab.homotopic.tech/haskell/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
Markdown is supported
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