From 582d45fbfaaa537fadea5559b41d332f6082f2f9 Mon Sep 17 00:00:00 2001 From: Yosheng Date: Sat, 5 Aug 2023 17:44:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20=E4=BF=AE=E5=A4=8D=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E5=88=A4=E6=96=ADDockerfile=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6a339bb..09054cd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,8 @@ steps: - name: check image: alpine commands: - - ls -la - - ls -la Dockerfile --查看当前文件夹是否包含了Dockerfile + - ls -la + - ls -la Dockerfile # 查看当前文件夹是否包含了Dockerfile - name: publish image: plugins/docker settings: