From 342075c9d90db8b8c59620712ef4e246ca3fb7d9 Mon Sep 17 00:00:00 2001 From: arlenops Date: Thu, 20 Nov 2025 13:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E5=8C=96?= 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 a4b1225..656de58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: web模块 steps: - name: Pull latest code from Gitea image: alpine:latest - timeout: 3m # 设置该步骤最大超时时间为 3 分钟 + timeout: 3m commands: - apk add --no-cache git - cd /www/wwwroot/hgdemo.hgidc.cn/public/web/BlackFruit-web