Explorar o código

Fix sqlite path

Colin Powell %!s(int64=3) %!d(string=hai) anos
pai
achega
54591a3eda
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -18,7 +18,7 @@ steps:
       # Start with a fresh database (which is already running as a service from Drone)
       - poetry run python manage.py test
     environment:
-      EMUS_DATABASE_URL: sqlite3:///test.db
+      EMUS_DATABASE_URL: sqlite:///test.db
     volumes:
       # Mount pip cache from host
       - name: pip_cache