From c9513efe1d90905306afbfd8903e4975b57bfe11 Mon Sep 17 00:00:00 2001 From: "zhipeng.hu" Date: Fri, 4 Aug 2023 11:17:51 +0800 Subject: [PATCH] save --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f6ab2c1..934185f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,8 +19,6 @@ steps: - go mod init test-drone - go mod tidy - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o test-drone - #when: - #target: [ "test","pre" ] - name: docker-push image: plugins/docker