Restructured data to use gino instead of sqlalchemy.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2022-03-08 16:46:40 -05:00
parent 59c94c92de
commit 1aaedafbad
8 changed files with 2012 additions and 546 deletions

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'python:3.10-alpine3.14'
args '--rm --name playlist-testing -v /etc/passwd:/etc/passwd:ro'
args '--rm --name playlist-testing'
}
}
stages {