mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 02:42:39 +08:00
Drone: Fix master builds (#26409)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -467,7 +467,7 @@ steps:
|
||||
image: grafana/build-container:1.2.21
|
||||
commands:
|
||||
- npx lerna bootstrap
|
||||
- echo //registry.npmjs.org/:_authToken=$${NPM_TOKEN} >> ~/.npmrc"
|
||||
- echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" >> ~/.npmrc"
|
||||
- echo ./scripts/circle-release-next-packages.sh
|
||||
environment:
|
||||
NPM_TOKEN:
|
||||
|
@ -546,7 +546,7 @@ def release_next_npm_packages_step(edition):
|
||||
},
|
||||
'commands': [
|
||||
'npx lerna bootstrap',
|
||||
'echo //registry.npmjs.org/:_authToken=$${NPM_TOKEN} >> ~/.npmrc"',
|
||||
'echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" >> ~/.npmrc"',
|
||||
# TODO: Enable
|
||||
'echo ./scripts/circle-release-next-packages.sh',
|
||||
],
|
||||
|
Reference in New Issue
Block a user