Skip to content

Commit

Permalink
Sleep after stopping container
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 12, 2024
1 parent 17ed3da commit c04f181
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion 4.5/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c04f181

Please sign in to comment.