From e3c1a126ba9d38cef3e30009519ef882079ad060 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Fri, 7 Aug 2020 08:13:15 +0200 Subject: [PATCH] fix drone config --- .drone.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 64c37c4..922a379 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,18 +3,12 @@ name: default steps: - name: setup - image: node:lts-alpine + image: registry:5000/node-build commands: - - apk add --no-cache curl - yarn - curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js - name: build - image: node:lts-alpine - environment: - TOKEN: - from_secret: npm_token + image: registry:5000/node-build commands: - - echo "$TOKEN" > ~/.npmrc - - npm i -g typescript - node ci.js