use node image
This commit is contained in:
+4
-3
@@ -14,12 +14,13 @@ clone:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- 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:
|
volumes:
|
||||||
- name: app
|
- name: app
|
||||||
path: /app
|
path: /home/node/app
|
||||||
commands:
|
commands:
|
||||||
- ng build
|
- npm install
|
||||||
|
- npm run build
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user