From ce1b5546ebd8eaac90f63f4b3a32eddc8dcc6efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Thu, 9 Sep 2021 10:35:48 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8DDrone=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=89=93=E5=8C=85=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e5140be..28e8e2a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,9 @@ kind: pipeline name: build -# 减少没必要的重复拉取仓库 -clone: - disable: true +# 减少没必要的重复拉取仓库(有BUG,会打包失败) +#clone: +# disable: true steps: - name: 打包Docker镜像并推送