From 2cf5945321290da53edebf71dd7e4a45b230d388 Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 5 Sep 2022 23:25:46 -0700 Subject: [PATCH] Remove orphaned containers when shutdown devnet This will potentially resolve "ERROR: network docker_default has active endpoints" problem --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 336b2fea56..639a68703f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: if: always() run: | cd matic-cli/devnet - docker compose down + docker compose down --remove-orphans cd - mkdir -p ${{ github.run_id }}/matic-cli sudo mv bor ${{ github.run_id }}