ci(bluebuild): swap 'file' cmd for 'head' (file not in veilor-build:43)
Some checks failed
Build veilor-os OCI (BlueBuild) / Build + push OCI (push) Failing after 3m25s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
claude-veilor-bot 2026-05-06 18:06:58 +01:00
parent 2e0d843b30
commit fe6042468b

View file

@ -166,7 +166,8 @@ jobs:
# Diagnostic: confirm the keypair landed where bluebuild expects. # Diagnostic: confirm the keypair landed where bluebuild expects.
ls -la bluebuild/ 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 \ podman run --rm \
--privileged \ --privileged \