@@ -24,8 +24,8 @@ steps:
volumes:
- name: docker
path: /var/run/docker.sock
- - name: modules-cache
- path: /drone/src/node_modules # 下载依赖的目录挂载出来,防止重复下载
+ - name: modules-cache
+ path: /drone/src/node_modules # 下载依赖的目录挂载出来,防止重复下载
environment:
IMAGE: registry.yingcaibx.com/tl/admin_web:latest
commands: