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/.github/workflows/go.yml

18 lines
408 B
YAML
Raw Normal View History

2021-04-25 14:46:10 +08:00
workspace:
base: /srv/drone-demo
path: .
2020-06-06 19:10:18 +08:00
2021-04-25 14:46:10 +08:00
pipeline:
2020-06-06 19:10:18 +08:00
build:
2021-04-25 14:46:10 +08:00
image: golang
# pull: true
commands:
- pwd
- ls
- go env -w GOPROXY=https://goproxy.io,direct
- go get -u github.com/aliyun/alibaba-cloud-sdk-go/sdk
- go get -u github.com/aliyun/alibaba-cloud-sdk-go/services/alidns
- go mod init alidns
- go mod tidy
- go build alidns.go