Compare commits

...

6 Commits

Author SHA1 Message Date
292af16636 run different jobs on "$CI_DEFAULT_BRANCH" 2024-01-18 16:58:20 +01:00
47fa58238f fixes 2024-01-18 16:26:02 +01:00
6bd379a2b0 fixes 2024-01-18 16:22:01 +01:00
f9c14f6750 test 2024-01-18 16:17:14 +01:00
b701fa65d9 test relative path 2024-01-18 16:12:48 +01:00
f87e75c471 fixes 2024-01-18 13:39:51 +01:00

View File

@ -12,7 +12,7 @@ depends=('python' 'python-jose' 'python-starlette' 'python-httpx' 'python-fastap
provider=("$pkgname") provider=("$pkgname")
install="$pkgname.install" install="$pkgname.install"
backup=('etc/default/fastapi-dls') backup=('etc/default/fastapi-dls')
source=('git+file:///tmp/builds/oscar.krause/fastapi-dls' # https://gitea.publichub.eu/oscar.krause/fastapi-dls.git source=("git+file://${CI_PROJECT_DIR}" # todo: support dynamic CI/CD paths
"$pkgname.default" "$pkgname.default"
"$pkgname.service" "$pkgname.service"
"$pkgname.tmpfiles") "$pkgname.tmpfiles")