Drone: Fix master builds (#26409)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-07-17 17:20:25 +02:00
committed by GitHub
parent 3c1346d83a
commit 01afa76cce
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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',
],