mac 2 éve
szülő
commit
fedc7a320a
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -10,7 +10,7 @@ volumes: # 声明数据卷
       path: /home/ABServer/cache/mvn_repo
   - name: mvn_config
     host:
-      path: /home/ABServer/config/settings.xml
+      path: /home/ABServer/config/mvn/
   - name: uploadDir
     host:
       path: /home/ABServer/webroot/kxs-gateway/
@@ -29,7 +29,7 @@ steps:
       - name: targetDir
         path: /drone/kxs-gateway/target
       - name: mvn_config
-        path: /drone/usr/share/maven/conf/settings.xml
+        path: /drone/usr/share/maven/conf/
     commands: # 执行命令
       - pwd # 查看当前目录
       - cat /usr/share/maven/conf/settings.xml