From f96d673ef87fd60c9ed1fd6bf5bad44fb39bcb90 Mon Sep 17 00:00:00 2001 From: giaogiao Date: Mon, 11 Sep 2023 17:41:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 790d46d..c7dd108 100644 --- a/.drone.yml +++ b/.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