Skip to content

Commit

Permalink
maintenace: run in the same container as autorun
Browse files Browse the repository at this point in the history
Fix qcow image removal by aligning the environment with the autorun
workflow container. Added directory listing for debugging.

Signed-off-by: Simon A. F. Lund <[email protected]>
  • Loading branch information
safl committed Oct 31, 2024
1 parent ed185b3 commit 0326d60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,18 @@ jobs:

runs-on: ${{ matrix.runner }}

container:
image: ghcr.io/${{ github.repository_owner }}/spdk-community-ci:poc
options: --privileged

steps:
- name: Get Runner Name
run: |
echo "This is running on runner ${{ runner.name }}"
- name: Remove qcow images
run: |
ls $HOME
ls $HOME/images
ls $HOME/
rm -rf $HOME/images

0 comments on commit 0326d60

Please sign in to comment.