From bf5590d80191ad6c36a45d32b565d7731f1646ef Mon Sep 17 00:00:00 2001 From: seahi Date: Tue, 16 Dec 2025 12:39:17 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B7=BB=E5=8A=A0PVE=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=88=B0CI=E7=AE=A1=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在.drone.yml中添加节点配置以指定PVE环境 - 确保CI管道使用正确的执行节点进行构建 --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0acb9b5..b526fd1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,9 @@ kind: pipeline type: docker name: student-build +node: + name: pve + steps: - name: docker-build-push image: plugins/docker