Drone: Fix master builds (#26414)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/26415/head
Arve Knudsen 5 years ago committed by GitHub
parent 21a02b557a
commit 1d21f3aec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .drone.yml
  2. 2
      scripts/lib.star

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

Loading…
Cancel
Save