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.
This commit is contained in:
hexchen 2021-02-21 08:56:18 +00:00 committed by hexchen
parent d7b70742fe
commit 7533de5128

View file

@ -1,14 +1,6 @@
stages:
- instantiate
- build
instantiate:
tags:
- nix
stage: instantiate
script:
- nix-instantiate -A deploy.all
build:
tags:
- nix