modify drome.yml

This commit is contained in:
Gitea 2021-04-30 22:14:29 +08:00
parent 6496186d8b
commit fea5e2c85c

View File

@ -5,15 +5,12 @@ workspace:
pipeline:
build:
image: golang
os:
- linux
- windows
# 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