From d51ccb1cddec3fae65f916aab6c8fb8945ab260d Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sun, 12 May 2024 17:05:59 +0200 Subject: [PATCH] fix: wip new pipeline --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48982b83b..05a3554c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,6 @@ after_script: test: stage: test tags: - - nixos - gen3 script: - nix develop --command run-ci-tests @@ -25,7 +24,6 @@ test: deploy: stage: deploy tags: - - nixos - gen3 script: - nix develop --command deploy -- GitLab