Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
ci: cleanup containers for cl_local.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 14, 2023
1 parent 5395e30 commit cb2fbf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/ci_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ docker compose run -t --rm --build underpass
echo "Returned signal from tests: $?"
echo

# Cleanup containers
docker rm --force underpass underpass_postgis underpass_api underpass_ui || true

echo "Remove temporary folder ${TEMP_DIR}"
sudo rm -rf ${TEMP_DIR}

Expand Down

0 comments on commit cb2fbf2

Please sign in to comment.