mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
always kill docker
This commit is contained in:
parent
b157ce227d
commit
8c20b20590
1 changed files with 1 additions and 0 deletions
1
.github/workflows/automation-tests.yml
vendored
1
.github/workflows/automation-tests.yml
vendored
|
@ -75,6 +75,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Stop Docker
|
- name: Stop Docker
|
||||||
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
docker ps -q | xargs -I {} docker logs {}
|
docker ps -q | xargs -I {} docker logs {}
|
||||||
docker container kill $(docker ps -q)
|
docker container kill $(docker ps -q)
|
Loading…
Add table
Add a link
Reference in a new issue