From 5cc938efc11027ad0733555d0abbb357bcf421c6 Mon Sep 17 00:00:00 2001 From: NY Date: Wed, 12 Feb 2025 10:59:05 +0800 Subject: [PATCH] first --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index f8f5263..f7246cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ steps: image: alpine/git:latest pull: never commands: + - ls - git clone http://47.112.165.44:3000/seekm/prdUploader.git - name: build @@ -37,6 +38,7 @@ steps: path: /root/.cache/go-build commands: - echo "Building binary..." + - pwd - go build -o myapp -ldflags "-X main.RunMode=test -s -w" # 压缩符号表 - ls -lh myapp