first
continuous-integration/drone/push Build was killed Details

master
NY 1 month ago
parent 84114074ac
commit 3abcffe94e

@ -38,7 +38,8 @@ steps:
- echo "Building binary..." - echo "Building binary..."
- cd /workspace/prdUploader - cd /workspace/prdUploader
- pwd - pwd
- go build -o myapp -ldflags "-X main.RunMode=test -s -w" # 压缩符号表 - go build -o myapp -ldflags "-X main.RunMode=test -s -w"
- echo "Building binary finished"
- ls -lh myapp - ls -lh myapp
# # -------------------------- # # --------------------------

Loading…
Cancel
Save