ci(bluebuild): swap 'file' cmd for 'head' (file not in veilor-build:43)
This commit is contained in:
parent
b4c0feb30d
commit
266090ea0d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-bluebuild.yml
vendored
3
.github/workflows/build-bluebuild.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue