mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-21 23:21:48 +00:00
Improve the bootstrap e2e cleanup
Delete the repository regardless of the bootstrap test exit code. Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
f38b83231c
commit
dcfb745b1f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/bootstrap.yaml
vendored
1
.github/workflows/bootstrap.yaml
vendored
|
|
@ -110,6 +110,7 @@ jobs:
|
||||||
GITHUB_REPO_NAME: ${{ steps.vars.outputs.test_repo_name }}
|
GITHUB_REPO_NAME: ${{ steps.vars.outputs.test_repo_name }}
|
||||||
GITHUB_ORG_NAME: fluxcd-testing
|
GITHUB_ORG_NAME: fluxcd-testing
|
||||||
- name: delete repository
|
- name: delete repository
|
||||||
|
if: ${{ always() }}
|
||||||
run: |
|
run: |
|
||||||
curl \
|
curl \
|
||||||
-X DELETE \
|
-X DELETE \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue