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
2021-04-22 22:14:44 +08:00

18 lines
347 B
YAML

workspace:
base: /srv/drone-demo
path: .
pipeline:
build:
image: golang
# pull: true
commands:
- pwd
- ls
<<<<<<< HEAD
- go get -u github.com/aliyun/alibaba-cloud-sdk-go/sdk
- go build alidns.go
=======
- CGO_ENABLED=0 GOOS=linux go build .
>>>>>>> 29125870646f1d650080294b8c5e0e56c7a5b872