haccfiles/.gitlab-ci.yml
hexchen 16f05ceadf
ci: remove instantiate stage
instantiating takes a lot of time now (lots of dependencies), and the
gain of not starting a build if the instantiation fails is minimal.
2021-02-22 09:41:15 +00:00

10 lines
99 B
YAML

stages:
- build
build:
tags:
- nix
stage: build
script:
- nix-build -A deploy.all