更新 '.drone.yml'

This commit is contained in:
jiacai_wang 2022-06-30 21:19:16 +08:00
parent 2e95c54329
commit f4ee3a102e

View File

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