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

fix: wip new pipeline

parent 65ad3a18
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,9 @@ in
archive=$(ls ${monster} | grep tgz)
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
${pkgs'.gnutar}/bin/tar -tf "${monster}/$archive"
${pkgs'.nodejs_20}/bin/npm help publish
${pkgs'.nodejs_20}/bin/npm publish "${monster}/$archive" --no-git-checks --access public
set -x
${pkgs'.nodejs_20}/bin/npm publish "${monster}/$archive"
cat /root/.npm/_logs/*
if ! publishingResult=$(${pkgs'.nodejs_20}/bin/npm publish "${monster}/$archive" --no-git-checks --access public)
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment