更新 '.drone.yml'

This commit is contained in:
jiacai_wang 2022-06-30 21:12:08 +08:00
parent 9b799d793e
commit 851bd17641

View File

@ -8,7 +8,7 @@ steps:
commands: commands:
- pwd && ls - pwd && ls
- go env -w GOPROXY=https://proxy.golang.com.cn,direct - go env -w GOPROXY=https://proxy.golang.com.cn,direct
- go get -u github.com/aliyun/alibaba-cloud-sdk-go/services/alidns - go install github.com/aliyun/alibaba-cloud-sdk-go/services/alidns
- go mod init alidns && go mod tidy - go mod init alidns && go mod tidy
- go build alidns.go - go build alidns.go
- go test - go test