Commit 01afa76c by Arve Knudsen Committed by GitHub

Drone: Fix master builds (#26409)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 3c1346d8
......@@ -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',
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment