Skip to content

Commit 5d55d24

Browse files
Rm cleanup step since not needed
1 parent 10988df commit 5d55d24

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,6 @@ jobs:
177177
${{ env.WORKSPACE }}/out/*.sha*sum
178178
179179

180-
- name: Clean Up
181-
if: always()
182-
run: |
183-
if docker ps -a | grep -q arch-container; then
184-
docker stop arch-container || true
185-
docker rm -f arch-container || true
186-
fi
187-
docker exec arch-container bash -c "sudo rm -rf /workdir/workdir/ /workdir/out/*.iso /workdir/out/*.sha*sum"
188-
189180
- name: Set up GitHub CLI
190181
run: |
191182
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)

0 commit comments

Comments
 (0)