From c44ea83b6cd82d5dd0f2012c313d59db0d6a7ac6 Mon Sep 17 00:00:00 2001 From: daiyb <570956418@qq.com> Date: Fri, 17 Oct 2025 14:04:09 +0800 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2f80d86..def2b56 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,8 @@ volumes: - name: docker-daemon host: path: /etc/docker/daemon.json +clone: + disable: true steps: - name: clone-and-configure image: testhub.szjixun.cn:9043/public/plugins/git @@ -54,6 +56,7 @@ steps: path: /go/pkg commands: - cp DockerfileTest Dockerfile + - go mod tidy - CGO_ENABLED=0 go build -ldflags "-s -w" -o chain-dci-server ./cmd - name: publish image: testhub.szjixun.cn:9043/public/plugins/docker