From a6938476468a38c4dee7a36e637c6d46d117d49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 25 Jul 2020 17:52:35 +0100 Subject: [PATCH] buildkite: remove pipeline This would allow to extract secrets --- .buildkite/pipeline.yml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .buildkite/pipeline.yml diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml deleted file mode 100644 index 15fc1ad..0000000 --- a/.buildkite/pipeline.yml +++ /dev/null @@ -1,5 +0,0 @@ -steps: - - name: "NixOS tests (unstable)" - command: "nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests" - - name: "NixOS tests (20.03)" - command: "nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests"