From a39710e1bcafb76c37092e067ab585bf400908d0 Mon Sep 17 00:00:00 2001 From: passthem Date: Sun, 28 Sep 2025 01:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E8=BF=9B=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2c46963..5d4ddb7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -80,4 +80,9 @@ steps: message: 构建失败了orz when: status: - - failure \ No newline at end of file + - failure + +volumes: + - name: docker-socket + host: + path: /var/run/docker.sock