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

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen 2020-09-24 22:21:58 +02:00 committed by GitHub
parent 0f862d6507
commit 19c1428103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -519,6 +519,7 @@ steps:
environment:
NPM_TOKEN:
from_secret: npm_token
failure: ignore
depends_on:
- end-to-end-tests

View File

@ -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',