From 50a671eaa59610fc5b6d468d9023018ef26d45ba Mon Sep 17 00:00:00 2001 From: giaogiao Date: Mon, 11 Sep 2023 17:43:54 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 20f9906..66f2333 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 @@ -28,6 +28,7 @@ steps: - name: build image: golang + volumes: - name: outdir host: path: /root/web