Skip to content
Snippets Groups Projects
Verified Commit cbf11087 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip new pipeline

parent 3158dfec
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment