From 9a28a1573e926cde96d691b33170551fee3de4dd Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Mon, 21 Sep 2026 10:44:36 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=AD=A3=20SPIFFE=20socket=20UR?= =?UTF-8?q?I=20=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/vm-runtime-smoke.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/vm-runtime-smoke.yml b/.gitea/workflows/vm-runtime-smoke.yml index 3e2421c..76153c4 100644 --- a/.gitea/workflows/vm-runtime-smoke.yml +++ b/.gitea/workflows/vm-runtime-smoke.yml @@ -14,7 +14,8 @@ jobs: run: | set -euo pipefail : "${SPIFFE_ENDPOINT_SOCKET:?SPIFFE_ENDPOINT_SOCKET is required}" - test -S "$SPIFFE_ENDPOINT_SOCKET" + socket_path=${SPIFFE_ENDPOINT_SOCKET#unix://} + test -S "$socket_path" - name: Verify Docker daemon shell: bash