test build env
This commit is contained in:
+6
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user