From d13ca6fe3eac7aa6d5c45ff6deee8a0394fe873f Mon Sep 17 00:00:00 2001 From: daiyb <570956418@qq.com> Date: Thu, 12 Dec 2024 13:18:09 +0800 Subject: [PATCH] Update .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 0fae4d7..2dbc5c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,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