Compare commits

..

No commits in common. "e91436b23659b93e32b94489ffc596b007eaa84b" and "00f7c50e4eda9bcef9ffecb59cece2a781338463" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -254,11 +254,10 @@ deploy:pacman:
artifacts: true artifacts: true
script: script:
- source .PKGBUILD/PKGBUILD - source .PKGBUILD/PKGBUILD
- source version.env
# fastapi-dls-1.0-1-any.pkg.tar.zst # fastapi-dls-1.0-1-any.pkg.tar.zst
- BUILD_NAME=${pkgname}-${VERSION}-${pkgrel}-any.pkg.tar.zst - BUILD_NAME=${pkgname}-${pkgver}-${pkgrel}-any.pkg.tar.zst
- PACKAGE_NAME=${pkgname} - PACKAGE_NAME=${pkgname}
- PACKAGE_VERSION=${VERSION} - PACKAGE_VERSION=${pkgver}
- PACKAGE_ARCH=any - PACKAGE_ARCH=any
- EXPORT_NAME=${BUILD_NAME} - EXPORT_NAME=${BUILD_NAME}
- 'echo "PACKAGE_NAME: ${PACKAGE_NAME}"' - 'echo "PACKAGE_NAME: ${PACKAGE_NAME}"'

View File

@ -29,7 +29,7 @@ Status endpoint, used for *healthcheck*. Shows also current version and commit h
HTML rendered README.md. HTML rendered README.md.
### [`GET /-/docs`](/-/docs), [`GET /-/redoc`](/-/redoc) ### [`GET /-/docs`](/-/docs), [`GET /-/redocs`](/-/redocs)
OpenAPI specifications rendered from `GET /-/openapi.json`. OpenAPI specifications rendered from `GET /-/openapi.json`.