ci: fix duplicate run: key in build.yml wipe-secrets step (unblocks all builds since 2026-05-21) #82

Merged
marfrit merged 1 commits from claude-noether/marfrit-packages:noether/fix-build-yaml-duplicate-run into main 2026-05-22 07:30:37 +00:00
+3 -2
View File
@@ -1419,8 +1419,9 @@ jobs:
- name: wipe secrets
if: always()
run: rm -f /root/repo_pass /root/.ssh/id_ed25519
run: rm -f /root/.ssh/id_ed25519_hertz
run: |
rm -f /root/repo_pass /root/.ssh/id_ed25519
rm -f /root/.ssh/id_ed25519_hertz
# -------------------------------------------------------------------------
# mesa-panvk-bifrost-video (aarch64 only) — sibling adding VK_KHR_video_decode_h264