Update .drone.yml

This commit is contained in:
雨落凋殇 2021-03-24 18:51:30 +08:00 committed by GitHub
parent 7feaea08da
commit bdfcd71fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,9 @@
---
kind: pipeline
type: docker
name: E5SubBotForSQLite
steps:
- name: gobuild
pull: if-not-exists
image: golang:alpine
commands:
- CGO_ENABLED=1 go build
image: golang:alpine
pull: if-not-exists
commands:
- CGO_ENABLED=1 go build