This repository has been archived on 2023-12-12. You can view files and clone it, but cannot push or open issues or pull requests.
alidns/.drone.yml

13 lines
187 B
YAML
Raw Normal View History

2021-04-22 21:58:40 +08:00
workspace:
base: /srv/drone-demo
path: .
pipeline:
build:
image: golang
# pull: true
commands:
- pwd
- ls
- CGO_ENABLED=0 GOOS=linux go build .