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

fix: wip new pipeline

parent 765e06e0
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,9 @@ in ...@@ -19,6 +19,9 @@ in
${pkgs'.nodejs_20}/bin/npm publish "${monster}/$archive" ${pkgs'.nodejs_20}/bin/npm publish "${monster}/$archive"
cat /root/.npm/_logs/* 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) if ! publishingResult=$(${pkgs'.nodejs_20}/bin/npm publish "${monster}/$archive" --no-git-checks --access public)
then then
if [ -f .npmrc ] ; then rm .npmrc ; fi if [ -f .npmrc ] ; then rm .npmrc ; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment