修改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
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: test
|
- name: test
|
||||||
# image: golang
|
image: golang
|
||||||
# commands:
|
commands:
|
||||||
# - export GOPROXY=https://mirrors.aliyun.com/goproxy/
|
- export GOPROXY=https://mirrors.aliyun.com/goproxy/
|
||||||
# - go test
|
# - go test
|
||||||
|
|
||||||
- name: clone_web
|
- name: clone_web
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
|
|
Loading…
Reference in New Issue