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
parent 3b42b89bd7
commit 110e5065b7

View file

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