From 16f05ceadfb11d2fb56a04f3968bf90354f75900 Mon Sep 17 00:00:00 2001 From: hexchen Date: Sun, 21 Feb 2021 08:56:18 +0000 Subject: [PATCH] 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. --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 148a882..cf67fe9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,6 @@ stages: - - instantiate - build -instantiate: - tags: - - nix - stage: instantiate - script: - - nix-instantiate -A deploy.all - build: tags: - nix