From 3ee54ada967a07b526f54133b15e54735f3b00ef Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Mon, 13 Jun 2022 12:19:45 +0200 Subject: [PATCH] actually remove ci --- .drone.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 286c62a4..27c73b87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,3 @@ steps: image: registry.gitlab.com/pipeline-components/yamllint commands: - yamllint -c .yamllint.yaml . - - name: nix flake check - image: nixos/nix:master - commands: - - nix --extra-experimental-features nix-command --extra-experimental-features flakes flake prefetch - - nix --extra-experimental-features nix-command --extra-experimental-features flakes flake check --no-build