first
continuous-integration/drone/push Build is failing Details

master
NY 1 month ago
parent 9cbf16c25a
commit 5cc938efc1

@ -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

Loading…
Cancel
Save