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:
Stefan Prodan 2022-01-13 20:44:02 +02:00
parent f38b83231c
commit dcfb745b1f
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF

View file

@ -110,6 +110,7 @@ jobs:
GITHUB_REPO_NAME: ${{ steps.vars.outputs.test_repo_name }}
GITHUB_ORG_NAME: fluxcd-testing
- name: delete repository
if: ${{ always() }}
run: |
curl \
-X DELETE \