From b5f9af10f43a2da5085201d57ffc47739b9a7706 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 17 Aug 2023 12:58:53 -0500 Subject: [PATCH] fix drone build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9a8a36e..0190b72 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: pull: always commands: - nix build .#nixos-runner - - nix run .#push-container -- result + # - nix run .#push-container -- result - podman load --input result | sed -n -e "s/Loaded image:.\\(.*\\)/\\1/p" > loaded-image - cat loaded-image - podman images