mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-10 00:18:47 +00:00
fixes
This commit is contained in:
parent
aa76ba5650
commit
a6ac58d12c
@ -137,7 +137,7 @@ test:archlinux:
|
||||
artifacts: true
|
||||
script:
|
||||
- pacman -Sy
|
||||
- pacman -U --noconfirm fastapi-dls-*.pkg.tar.zs
|
||||
- pacman -U --noconfirm *.pkg.tar.zs
|
||||
|
||||
deploy:docker:
|
||||
stage: deploy
|
||||
|
@ -20,7 +20,7 @@ from starlette.responses import StreamingResponse, JSONResponse, HTMLResponse
|
||||
from sqlalchemy import create_engine
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
from app.util import load_key, load_file
|
||||
from util import load_key, load_file
|
||||
from orm import Origin, Lease, init as db_init
|
||||
|
||||
logger = logging.getLogger()
|
||||
|
Loading…
Reference in New Issue
Block a user