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

.gitlab-ci.yml: fixup

parent c310c0ca
Branches
1 merge request!3296update
stages:
- generate
- ghc
- packages
- cache
......@@ -12,24 +11,6 @@ generate-flake-ci:
paths:
- flake-ci-x86_64-linux.yml
x86_64-linux.ghc:
stage: ghc
script:
- nix build .#packages.x86_64-linux.ghc -L
except:
refs:
- master
- cachix
x86_64-linux.ghc.cachix:
stage: ghc
script:
- nix-shell -p jq cachix --command "nix build -L --json .#packages.x86_64-linux.ghc | jq -r '.[].outputs | to_entries[].value' | cachix push horizon"
only:
refs:
- master
- cachix
x86_64-linux-ci:
stage: packages
trigger:
......@@ -46,4 +27,4 @@ cachix:
- cachix
- /^lts\/.*$/
script:
- nix-shell -p cachix --command "nix build github:srid/devour-flake -L --no-link --print-out-paths --override-input flake . | xargs cat | cachix push horizon"
- nix run develop/#cachix-push-horizon-devour
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