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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user