Drone: Don't ignore failure to publish next NPM packages (#27927)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen 2020-09-30 14:11:40 +02:00 committed by GitHub
parent a59a89dfb8
commit b892aa2eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -755,7 +755,6 @@ 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',