From 1e9339398c8cd5b5b2cc3a0fee5a7dc119fa8432 Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Mon, 26 Sep 2022 15:02:38 +0800 Subject: [PATCH] test build env --- .drone.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index a2dd5ce..08aabc4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,14 +15,13 @@ clone: steps: - name: build image: reg.int.it2000.com.cn/library/node:14.20-bullseye - volumes: - - name: app - path: /drone/src + #volumes: + # - name: app + # path: /drone/src commands: - - npm install - - npm run build - - + - node -v + - npm -v + - yarn --version volumes: - name: app