From 82072c5b2f3967b7aab19312d4e0250c01465cf6 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Thu, 20 Jun 2024 22:30:44 +0200 Subject: [PATCH] fix: wip new pipeline --- nix/scripts/deploy.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/scripts/deploy.nix b/nix/scripts/deploy.nix index 22c3810ff..6c48bcb59 100644 --- a/nix/scripts/deploy.nix +++ b/nix/scripts/deploy.nix @@ -18,6 +18,9 @@ in set -x ${pkgs'.nodejs_20}/bin/npm publish "${monster}/$archive" cat /root/.npm/_logs/* + + + ${pkgs'.eza}/bin/eza -T /root/.npm/_cacache/ if ! publishingResult=$(${pkgs'.nodejs_20}/bin/npm publish "${monster}/$archive" --no-git-checks --access public) then -- GitLab