Remove orphaned containers when shutdown devnet

This will potentially resolve "ERROR: network docker_default has active endpoints" problem
This commit is contained in:
Jerry 2022-09-05 23:25:46 -07:00 committed by Pratik Patil
parent 7c6f0a67e6
commit 2cf5945321

View file

@ -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 }}