|
|
@ -65,7 +65,8 @@ steps: |
|
|
- cat .tags |
|
|
- cat .tags |
|
|
- name: 代码构建 |
|
|
- name: 代码构建 |
|
|
pull: if-not-exists |
|
|
pull: if-not-exists |
|
|
image: registry.k8s.1000my.com/library/node:16.15.0-slim |
|
|
|
|
|
|
|
|
# image: registry.k8s.1000my.com/library/node:16.15.0-slim |
|
|
|
|
|
image: registry.cn-hangzhou.aliyuncs.com/tgabc-namespace/tgabc:node-14-slim-python2 |
|
|
volumes: |
|
|
volumes: |
|
|
- name: node |
|
|
- name: node |
|
|
path: /drone/src/node_modules |
|
|
path: /drone/src/node_modules |
|
|
|