Skip to content

Commit

Permalink
ensure the deletion of capi resources in githubactions
Browse files Browse the repository at this point in the history
Signed-off-by: hanenMizouni <[email protected]>
  • Loading branch information
outscale-hmi committed Nov 19, 2024
1 parent 42e485e commit 066af59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-func-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ jobs:
osc_access_key: ${{ secrets.OSC_ACCESS_KEY }}
osc_secret_key: ${{ secrets.OSC_SECRET_KEY }}
osc_region: ${{ secrets.OSC_REGION }}
- name: force delete cluster-api
run: make force-delete-capo
shell: bash
env:
KUBECONFIG: rke-cluster-for-cluster-api/rke/kube_config_cluster.yml
unit_test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 066af59

Please sign in to comment.