Remove legit container; Remove Hydra; setup GitLab; setup GitLab runner; add GitLab CI definitions
This commit is contained in:
19
.gitlab-ci.yml
Normal file
19
.gitlab-ci.yml
Normal file
@ -0,0 +1,19 @@
|
||||
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
|
Reference in New Issue
Block a user