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