mirror of
https://github.com/muety/wakapi.git
synced 2025-12-06 06:22:41 -08:00
fix: smtp tests with latest smtp4dev version
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -o nounset -o errexit -o pipefail
|
||||
|
||||
cleanup() {
|
||||
echo "Stopping and removing smtpdev ..."
|
||||
echo "Stopping and removing existing smtp4dev instances ..."
|
||||
docker stop smtp4dev_wakapi &> /dev/null || true
|
||||
docker rm -f smtp4dev_wakapi &> /dev/null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user