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

Merge branch 'merge/master/gitlab-remote-import' into 'master'

.gitlab-ci.yml: import from remote

See merge request !9
parents e50e7434 93f3cc6c
1 merge request!9.gitlab-ci.yml: import from remote
Pipeline #4691 passed with stages
in 26 minutes and 34 seconds
stages:
- generate
- packages
- cache
generate-flake-ci:
stage: generate
script:
- nix run develop/#flake-to-gitlab-ci > flake-ci-x86_64-linux.yml
artifacts:
paths:
- flake-ci-x86_64-linux.yml
x86_64-linux-ci:
stage: packages
trigger:
include:
- artifact: flake-ci-x86_64-linux.yml
job: generate-flake-ci
strategy: depend
cachix:
stage: cache
only:
refs:
- master
- cachix
- lts/*
script:
- nix run develop/#cachix-push-horizon-devour
include:
- remote: 'https://gitlab.horizon-haskell.net/gitlab/ci-templates/raw/master/default.yml'
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