修改ci
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
giaogiao 2023-09-11 17:41:32 +08:00
parent 06d6bcd4f8
commit f96d673ef8
1 changed files with 5 additions and 5 deletions

View File

@ -3,10 +3,10 @@ kind: pipeline
name: default
steps:
# - name: test
# image: golang
# commands:
# - export GOPROXY=https://mirrors.aliyun.com/goproxy/
- name: test
image: golang
commands:
- export GOPROXY=https://mirrors.aliyun.com/goproxy/
# - go test
- name: clone_web