From d717ee155eeed779c3ffd6a10277d3dd796ec7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 13 Nov 2020 10:01:20 +0100 Subject: [PATCH] remove drone (replaced by github ci) --- .drone.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 39f06a2..0000000 --- a/.drone.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -kind: pipeline -name: nixos-tests - -steps: -- name: test - image: busybox - environment: - NIX_REMOTE: daemon - PATH: /nix/var/nix/profiles/system/sw/bin/ - PAGER: cat - USER: root - volumes: - - name: nixstore - path: /nix - - name: nixconf - path: /etc/nix - - name: sslcerts - path: /etc/ssl - commands: - - nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests - - nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-20.09.tar.gz -A sops-install-secrets.tests -volumes: -- name: nixstore - host: - path: /nix -- name: nixconf - host: - path: /nix/var/nix/profiles/system/etc/nix -- name: sslcerts - host: - path: /nix/var/nix/profiles/system/etc/ssl ---- -kind: signature -hmac: 5bb657faca0ecd18576534f7e486511d6f698595cc244d9617e660ef2ddb678d - -...