From cbf11087a27a3afead8b988ef2d7a3ef33e2261d Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Thu, 20 Jun 2024 19:11:25 +0200
Subject: [PATCH] fix: wip new pipeline

---
 nix/scripts/deploy.nix | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nix/scripts/deploy.nix b/nix/scripts/deploy.nix
index c8b5e84ef..f51113fe6 100644
--- a/nix/scripts/deploy.nix
+++ b/nix/scripts/deploy.nix
@@ -5,7 +5,6 @@ self,
   bashFktScript = import ./bash-fkt.nix {
     inherit pkgs';
   };
-  releaseInfo = import ../config/release.nix;
   monster = pkgs'.callPackage ../packages/monster.nix {inherit pkgs' system self;};
 in
   pkgs'.writeShellScriptBin "deploy" ''
@@ -14,7 +13,7 @@ in
     
     echo_section "build and publish"
     archive=$(ls ${monster} | grep tgz)
- 
+ printenv
     echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
     cat .npmrc
  
-- 
GitLab