fanxp 4 settimane fa
parent
commit
ec5c1078eb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -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: