修改ci
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
06d6bcd4f8
commit
f96d673ef8
10
.drone.yml
10
.drone.yml
|
@ -3,11 +3,11 @@ kind: pipeline
|
|||
name: default
|
||||
|
||||
steps:
|
||||
# - name: test
|
||||
# image: golang
|
||||
# commands:
|
||||
# - export GOPROXY=https://mirrors.aliyun.com/goproxy/
|
||||
# - go test
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- export GOPROXY=https://mirrors.aliyun.com/goproxy/
|
||||
# - go test
|
||||
|
||||
- name: clone_web
|
||||
image: alpine/git
|
||||
|
|
Loading…
Reference in New Issue