From c04f181e84d88cd9dfa46bcca48fb5560285c31a Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Tue, 12 Nov 2024 22:02:01 +0100 Subject: [PATCH] Sleep after stopping container --- .github/workflows/ci.yml | 2 +- 4.5/start.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ef4d99..4dfdc0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: # Stop container docker stop nominatim - docker ps --all + sleep 60 # import to bind mount is done previously docker run -i --rm \ diff --git a/4.5/start.sh b/4.5/start.sh index 93328c0..0634939 100755 --- a/4.5/start.sh +++ b/4.5/start.sh @@ -15,7 +15,6 @@ stopServices() { fi kill $tailpid cat $GUNICORN_PID_FILE | sudo xargs kill - gkill nominatim # Force exit code 0 to signal a successful shutdown to Docker exit 0