From 4355c00f8e53ca66dc435db38bac372eae51ca7e Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 6 Mar 2022 20:22:09 +0100 Subject: [PATCH] ci: test public-cof configuration --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5bb8ea0..8c45562 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,5 +19,9 @@ steps: commands: - "export NIX_PATH=nixpkgs=/var/nixpkgs" - "echo Building remote-builder-01 && nix-build krops.nix -A test-remote-builder-01 && ./result" +- name: Build public-cof configuration + commands: + - "export NIX_PATH=nixpkgs=/var/nixpkgs" + - "echo Building public-cof && nix-build krops.nix -A test-public-cof && ./result" ...