mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 09:42:07 +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
|
image: grafana/build-container:1.2.21
|
||||||
commands:
|
commands:
|
||||||
- npx lerna bootstrap
|
- 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
|
- echo ./scripts/circle-release-next-packages.sh
|
||||||
environment:
|
environment:
|
||||||
NPM_TOKEN:
|
NPM_TOKEN:
|
||||||
|
@ -546,7 +546,7 @@ def release_next_npm_packages_step(edition):
|
|||||||
},
|
},
|
||||||
'commands': [
|
'commands': [
|
||||||
'npx lerna bootstrap',
|
'npx lerna bootstrap',
|
||||||
'echo //registry.npmjs.org/:_authToken=$${NPM_TOKEN} >> ~/.npmrc"',
|
'echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" >> ~/.npmrc"',
|
||||||
# TODO: Enable
|
# TODO: Enable
|
||||||
'echo ./scripts/circle-release-next-packages.sh',
|
'echo ./scripts/circle-release-next-packages.sh',
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user