Commit 19c14281 by Arve Knudsen Committed by GitHub

Drone: Ignore release-next-npm-packages failure (#27775)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 0f862d65
......@@ -519,6 +519,7 @@ steps:
environment:
NPM_TOKEN:
from_secret: npm_token
failure: ignore
depends_on:
- end-to-end-tests
......
......@@ -720,6 +720,7 @@ def release_next_npm_packages_step(edition):
'from_secret': 'npm_token',
},
},
'failure': 'ignore',
'commands': [
'npx lerna bootstrap',
'echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" >> ~/.npmrc',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment