Merge pull request '修正 VM smoke 的 SPIFFE socket 检查' (#39) from fix/vm-runtime-socket-check into main
test / shell (push) Successful in 25s
test / python (push) Successful in 57s
test / go (push) Successful in 3m3s

This commit was merged in pull request #39.
This commit is contained in:
2026-09-21 10:49:53 +00:00
+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