first
continuous-integration/drone/push Build encountered an error Details

master
NY 1 month ago
parent 9a3309dc7d
commit 7e078ca3e3

@ -20,13 +20,13 @@ clone:
steps:
- name: clone
image: 0632b480cad1
image_pull: never
pull: never
commands:
- git fetch
- name: build
image: c2321c7cf721
image_pull: never
pull: never
environment:
GO111MODULE: on
CGO_ENABLED: 0 # 禁用 CGO纯静态二进制
@ -45,7 +45,7 @@ steps:
# --------------------------
- name: deploy
image: docker:24.0-cli
image_pull: never
pull: never
volumes:
- name: docker-sock
path: /var/run/docker.sock

Loading…
Cancel
Save