run different jobs on "$CI_DEFAULT_BRANCH"

This commit is contained in:
Oscar Krause 2024-01-18 16:58:20 +01:00
parent 47fa58238f
commit 292af16636

View File

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