ci(bluebuild): swap 'file' cmd for 'head' (file not in veilor-build:43)

This commit is contained in:
obsidian-ai 2026-05-06 18:06:58 +01:00
parent b4c0feb30d
commit 266090ea0d

View file

@ -166,7 +166,8 @@ jobs:
# Diagnostic: confirm the keypair landed where bluebuild expects.
ls -la bluebuild/
file bluebuild/cosign.pub bluebuild/cosign.key 2>&1 | head -4
head -1 bluebuild/cosign.pub
head -1 bluebuild/cosign.key | cut -c1-30
podman run --rm \
--privileged \