forked from marfrit/marfrit-packages
Merge pull request 'ci: fix duplicate run: key in build.yml wipe-secrets step (unblocks all builds since 2026-05-21)' (#82) from claude-noether/marfrit-packages:noether/fix-build-yaml-duplicate-run into main
Reviewed-on: marfrit/marfrit-packages#82
This commit is contained in:
@@ -1419,8 +1419,9 @@ jobs:
|
|||||||
|
|
||||||
- name: wipe secrets
|
- name: wipe secrets
|
||||||
if: always()
|
if: always()
|
||||||
run: rm -f /root/repo_pass /root/.ssh/id_ed25519
|
run: |
|
||||||
run: rm -f /root/.ssh/id_ed25519_hertz
|
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
|
# mesa-panvk-bifrost-video (aarch64 only) — sibling adding VK_KHR_video_decode_h264
|
||||||
|
|||||||
Reference in New Issue
Block a user