From d7b3fa12cb5ab33d2cd807d22a4f9c56f73084a7 Mon Sep 17 00:00:00 2001 From: hu xiaotong <416314413@163.com> Date: Thu, 26 Jun 2025 15:29:06 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B7=BB=E5=8A=A0=20Gitea=20Actions=20?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 ci.yaml 文件,定义 Gitea Actions 示例 --- .gitea/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index fdefd60..74ce40c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,9 +11,6 @@ jobs: runs-on: gitea_labels container: image: docker:24.0.7 - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - /opt/dockeropt/epic-go:/opt/dockeropt/epic-go steps: - name: 检出代码 run: |