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

master
NY 1 month ago
parent 5cc938efc1
commit 4233c69417

@ -21,8 +21,11 @@ steps:
- name: clone
image: alpine/git:latest
pull: never
volumes:
- name: build
path: /go
commands:
- ls
- pwd
- git clone http://47.112.165.44:3000/seekm/prdUploader.git
- name: build
@ -30,12 +33,10 @@ steps:
pull: never
environment:
GO111MODULE: on
CGO_ENABLED: 0 # 禁用 CGO纯静态二进制
CGO_ENABLED: 0
volumes:
- name: go-mod-cache
path: /go/pkg/mod
- name: go-build-cache
path: /root/.cache/go-build
- name: build
path: /go
commands:
- echo "Building binary..."
- pwd

Loading…
Cancel
Save