From c880abad472d53afba6e0227ab119c92e93ff899 Mon Sep 17 00:00:00 2001 From: giaogiao Date: Tue, 12 Sep 2023 11:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 52213ea..53148fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: image: golang commands: - export GOPROXY=https://mirrors.aliyun.com/goproxy/ - # - go test + - go test - name: clone_web image: alpine/git diff --git a/.gitignore b/.gitignore index 1c2f433..23c7fd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -tmp \ No newline at end of file +tmp +app \ No newline at end of file