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

16 lines
335 B
YAML
Raw Normal View History

2021-04-22 21:58:40 +08:00
workspace:
base: /srv/drone-demo
path: .
pipeline:
build:
image: golang
2021-04-30 22:14:29 +08:00
2021-04-22 21:58:40 +08:00
# pull: true
commands:
2021-07-11 16:09:43 +08:00
- pwd && ls
2021-04-22 22:22:56 +08:00
- go env -w GOPROXY=https://goproxy.io,direct
2021-04-22 22:30:25 +08:00
- go get -u github.com/aliyun/alibaba-cloud-sdk-go/services/alidns
2021-07-11 16:09:43 +08:00
- go mod init alidns && go mod tidy
2021-04-22 22:14:44 +08:00
- go build alidns.go