From 6a0c35a7a87d224cc8bf37ca88c690d5a8ca5710 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Thu, 29 Dec 2022 12:58:01 +0100 Subject: [PATCH 1/2] .gitlab-ci.yml - fixed deploy:pacman pipeline --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}"' From e91436b23659b93e32b94489ffc596b007eaa84b Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Thu, 29 Dec 2022 12:58:19 +0100 Subject: [PATCH 2/2] README.md - fixed redoc links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.