mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 10:18:38 +00:00
Fix post run
This commit is contained in:
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@@ -38,5 +38,5 @@ jobs:
|
||||
uses: gacts/run-and-post-run@v1
|
||||
with:
|
||||
post: |
|
||||
"kind get clusters | xargs -I% kind delete cluster --name %"
|
||||
"docker system prune -a -f"
|
||||
kind get clusters | xargs -I% kind delete cluster --name %
|
||||
docker system prune -a -f
|
||||
|
||||
Reference in New Issue
Block a user