From 0716daa28214ae99d5e215450a3514882b1d723c Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Mon, 26 Sep 2022 14:38:36 +0800 Subject: [PATCH] use node image --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0a63a39..4a1958e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,12 +14,13 @@ clone: steps: - name: build - image: reg.int.it2000.com.cn/cdia/angular-cli:6.0 + image: reg.int.it2000.com.cn/library/node:14.20-bullseye volumes: - name: app - path: /app + path: /home/node/app commands: - - ng build + - npm install + - npm run build