ci: 修正 SPIFFE socket URI 检查
test / go (pull_request) Successful in 2m49s
test / python (pull_request) Successful in 40s
test / shell (pull_request) Successful in 25s

This commit is contained in:
2026-09-21 10:44:36 +00:00
parent 01995bf084
commit 9a28a1573e
+2 -1
View File
@@ -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