From 70f861820e6950b4a9bd88ca41f15a40ae54a046 Mon Sep 17 00:00:00 2001 From: giaogiao Date: Mon, 11 Sep 2023 17:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c7dd108..20f9906 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: golang commands: - export GOPROXY=https://mirrors.aliyun.com/goproxy/ - # - go test + - go test - name: clone_web image: alpine/git