feat(ci): Always perform cleanup tasks

This commit is contained in:
Carlos Álvaro
2022-11-09 16:59:28 +01:00
committed by Carlos Álvaro
parent b4cd1338c0
commit af0ef0c199
2 changed files with 3 additions and 1 deletions

View File

@@ -157,5 +157,6 @@ jobs:
run: tests/config-reloader/test.sh
- name: Cleanup
if: always()
run: |
docker stop registry
docker rm --force registry

View File

@@ -7,6 +7,7 @@ for the list of changes in SaltStack.
**3005.1_2**
- CI(tests): Always run tests.
- CI: Always perform cleanup tasks.
- CI: Improve build times.
**3005.1_1**