feat(ci): Always perform cleanup tasks
This commit is contained in:
committed by
Carlos Álvaro
parent
b4cd1338c0
commit
af0ef0c199
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
@@ -157,5 +157,6 @@ jobs:
|
||||
run: tests/config-reloader/test.sh
|
||||
|
||||
- name: Cleanup
|
||||
if: always()
|
||||
run: |
|
||||
docker stop registry
|
||||
docker rm --force registry
|
||||
|
||||
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user