We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10988df commit 5d55d24Copy full SHA for 5d55d24
.github/workflows/build.yaml
@@ -177,15 +177,6 @@ jobs:
177
${{ env.WORKSPACE }}/out/*.sha*sum
178
179
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
-
189
- name: Set up GitHub CLI
190
run: |
191
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
0 commit comments