Docker: add missing git link to pytest-sqlite

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-06-24 20:35:29 -07:00
parent 565b928a59
commit 495dd2d821

View file

@ -251,6 +251,8 @@ services:
depends_on: depends_on:
git: git:
condition: service_healthy condition: service_healthy
links:
- git
test: test:
image: aurweb:latest image: aurweb:latest