mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
More angry kill
This commit is contained in:
parent
dcbef00cd0
commit
40616a9cbb
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -44,4 +44,5 @@ jobs:
|
||||
if: always()
|
||||
run: |
|
||||
docker kill $(docker ps -q) ||:
|
||||
docker rm -f $(docker ps -a -q) ||:
|
||||
sudo rm -fr $TEMP_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user