mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 16:03:45 +00:00
Remove orphaned containers when shutdown devnet
This will potentially resolve "ERROR: network docker_default has active endpoints" problem
This commit is contained in:
parent
85890fec7c
commit
15f64ee58f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -168,7 +168,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
cd matic-cli/devnet
|
cd matic-cli/devnet
|
||||||
docker compose down
|
docker compose down --remove-orphans
|
||||||
cd -
|
cd -
|
||||||
mkdir -p ${{ github.run_id }}/matic-cli
|
mkdir -p ${{ github.run_id }}/matic-cli
|
||||||
sudo mv bor ${{ github.run_id }}
|
sudo mv bor ${{ github.run_id }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue