From 6d8f0eb256f30eb13b3be8c545489f908e1c1489 Mon Sep 17 00:00:00 2001 From: Miel Truyen Date: Wed, 19 Apr 2023 00:57:11 +0200 Subject: [PATCH] Drone CI (attempted fix #3, secret usage) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ea5d132..f193ba1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: commands: - npm install -g pnpm - apk add --no-cache jq - - echo -e "//https://npm.cerxes.net/:_authToken=$NPM_TOKEN" >> ~/.npmrc + - echo -e "\n//npm.cerxes.net/:_authToken=$NPM_TOKEN" >> ~/.npmrc - cat ~/.npmrc - npm profile get name --registry https://npm.cerxes.net - pnpm install