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:
parent
d7b70742fe
commit
16f05ceadf
1 changed files with 0 additions and 8 deletions
|
@ -1,14 +1,6 @@
|
||||||
stages:
|
stages:
|
||||||
- instantiate
|
|
||||||
- build
|
- build
|
||||||
|
|
||||||
instantiate:
|
|
||||||
tags:
|
|
||||||
- nix
|
|
||||||
stage: instantiate
|
|
||||||
script:
|
|
||||||
- nix-instantiate -A deploy.all
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
tags:
|
tags:
|
||||||
- nix
|
- nix
|
||||||
|
|
Loading…
Reference in a new issue