Skip to content

Commit

Permalink
Remove all containers from previous runs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Aug 1, 2024
1 parent 0e7c0a8 commit 60a001c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ci-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ if [ ! -z "$running_containers" ]; then
fi

make cleanup

echo "Remove containers from previous runs"

docker container rm --force $(docker container list --all --filter label=containerlab=mini-lab --quiet)

0 comments on commit 60a001c

Please sign in to comment.