更新 '.drone.yml'
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
jiacai_wang 2022-07-01 20:41:27 +08:00
parent e6b500e2bc
commit 802593c63b

View File

@ -7,8 +7,6 @@ steps:
image: golang
commands:
- pwd && ls
- whoami
- crontab -l
- go env -w GOPROXY=https://proxy.golang.com.cn,direct
- go mod init alidns && go mod tidy
- go build alidns.go