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: pipeline:
build: build:
image: golang image: golang
os:
- linux
- windows
# pull: true # pull: true
commands: commands:
- pwd - pwd
- ls - ls
- go env -w GOPROXY=https://goproxy.io,direct - 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 get -u github.com/aliyun/alibaba-cloud-sdk-go/services/alidns
- go mod init alidns - go mod init alidns
- go mod tidy - go mod tidy