diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 290c647..2374a20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -254,10 +254,11 @@ deploy:pacman: artifacts: true script: - source .PKGBUILD/PKGBUILD + - source version.env # fastapi-dls-1.0-1-any.pkg.tar.zst - - BUILD_NAME=${pkgname}-${pkgver}-${pkgrel}-any.pkg.tar.zst + - BUILD_NAME=${pkgname}-${VERSION}-${pkgrel}-any.pkg.tar.zst - PACKAGE_NAME=${pkgname} - - PACKAGE_VERSION=${pkgver} + - PACKAGE_VERSION=${VERSION} - PACKAGE_ARCH=any - EXPORT_NAME=${BUILD_NAME} - 'echo "PACKAGE_NAME: ${PACKAGE_NAME}"' diff --git a/README.md b/README.md index c9e072a..1c205ad 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Status endpoint, used for *healthcheck*. Shows also current version and commit h HTML rendered README.md. -### [`GET /-/docs`](/-/docs), [`GET /-/redocs`](/-/redocs) +### [`GET /-/docs`](/-/docs), [`GET /-/redoc`](/-/redoc) OpenAPI specifications rendered from `GET /-/openapi.json`.