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.
keep-around/16f05ceadfb11d2fb56a04f3968bf90354f75900
hexchen 2021-02-21 08:56:18 +00:00
parent d7b70742fe
commit 16f05ceadf
No known key found for this signature in database
GPG Key ID: A3964C0D77F38CC9
1 changed files with 0 additions and 8 deletions

View File

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