mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
a59a89dfb8
commit
b892aa2eb7
@ -531,7 +531,6 @@ steps:
|
||||
environment:
|
||||
NPM_TOKEN:
|
||||
from_secret: npm_token
|
||||
failure: ignore
|
||||
depends_on:
|
||||
- end-to-end-tests
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user