test build env
This commit is contained in:
+6
-7
@@ -15,14 +15,13 @@ clone:
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: reg.int.it2000.com.cn/library/node:14.20-bullseye
|
image: reg.int.it2000.com.cn/library/node:14.20-bullseye
|
||||||
volumes:
|
#volumes:
|
||||||
- name: app
|
# - name: app
|
||||||
path: /drone/src
|
# path: /drone/src
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- node -v
|
||||||
- npm run build
|
- npm -v
|
||||||
|
- yarn --version
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: app
|
- name: app
|
||||||
|
|||||||
Reference in New Issue
Block a user