From 8c8a2f20a3649e65e52c140780c7b57a682109d6 Mon Sep 17 00:00:00 2001 From: ai-liuys Date: Sat, 21 Feb 2026 17:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=9E=84=E5=BB=BA=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index b592cb7..1892d86 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,11 +2,6 @@ kind: pipeline type: docker name: quant-ci -services: - - name: docker - image: docker:20.10-dind - privileged: true - steps: - name: build docker image image: docker:20.10