test build env

This commit is contained in:
zhiqiang feng
2022-09-26 15:02:38 +08:00
parent 9105185c9f
commit 1e9339398c
+6 -7
View File
@@ -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