浏览代码

Fix sqlite path

Colin Powell 3 年之前
父节点
当前提交
54591a3eda
共有 1 个文件被更改,包括 1 次插入1 次删除
  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