init
continuous-integration/drone Build encountered an error

This commit is contained in:
曾志威
2026-02-25 17:55:46 +08:00
parent 72d745f473
commit cc3034ecf9
+1 -1
View File
@@ -19,7 +19,7 @@ steps:
volumes:
# 挂载服务器本地缓存目录到容器的 Gradle 缓存目录
- name: gradle-cache
path: /home/gradle/.gradle/caches # 容器内的 Gradle 缓存路径
path: /root/.gradle/caches # 容器内的 Gradle 缓存路径
commands:
- cd wms-loghub-3-x
- >