mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Drone: Ignore release-next-npm-packages failure (#27775)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
0f862d6507
commit
19c1428103
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user