From 365b38a946bc503a1c90962fa360b2bf3606d791 Mon Sep 17 00:00:00 2001 From: Yosheng Date: Fri, 6 Oct 2023 16:58:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20=E5=B0=9D=E8=AF=95=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=86=97=E4=BD=99=E9=95=9C=E5=83=8F=E9=97=AE=E9=A2=98?= 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 40c513f..19a308a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,9 +22,9 @@ steps: insecure: true registry: 192.168.31.104:8082 repo: 192.168.31.104:8082/tiamo/user-point-management - volumes: # 将容器内目录挂载到宿主机,仓库需要开启Trusted设置 - - name: dockersock - path: /var/run/docker.sock +# volumes: # 将容器内目录挂载到宿主机,仓库需要开启Trusted设置 +# - name: dockersock +# path: /var/run/docker.sock - name: deploy pull: if-not-exists image: appleboy/drone-ssh