fanxp 4 nedēļas atpakaļ
vecāks
revīzija
ec5c1078eb
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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: