From 59b9800e534be00a441d487a7faf07dde6807c76 Mon Sep 17 00:00:00 2001 From: technofab Date: Fri, 4 Oct 2024 17:59:16 +0200 Subject: [PATCH] chore(CI): remove after_script and copy image in normal script stage --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9a0e2f7..905a1ab 100644 --- a/flake.nix +++ b/flake.nix @@ -113,8 +113,6 @@ ]; script = [ "nix build .#nix-coder-image --system $SYSTEM" - ]; - after_script = [ "install -D result dist/nix-coder-image_\${SYSTEM}.tar.gz" ]; artifacts.paths = ["dist/"];