Skip to content

Commit 3d96e9d

Browse files
committed
Remove kind cluster
1 parent 38025e0 commit 3d96e9d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/actions/cleanup/action.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ runs:
1818
run: |
1919
sudo rm -rf test_data || true
2020
21+
- name: "Delete kind cluster"
22+
if: always()
23+
shell: bash
24+
run: |
25+
kind delete cluster || true
26+
docker network rm kind || true
27+
2128
- name: "Stop all running Docker containers"
2229
if: always()
2330
shell: bash

.github/workflows/clean-runner.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- name: "Clean workdir before checkout"
2525
run: |
2626
sudo rm -rf $GITHUB_WORKSPACE/* || true
27-
sudo rm -rf /etc/chrony/chrony.conf || true
2827
- name: Checkout code
2928
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3029
with:

0 commit comments

Comments
 (0)