From 813bc0515c9be30d81a0be1bf37551b6c3e30d77 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Thu, 25 Jan 2024 10:57:39 +0100 Subject: [PATCH] Updated app version --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f4768f71e..06c972e87e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ variables: TRIVY_CACHE_DIR: ".trivycache/" DOCKER_HOST: "unix:///var/run/dind/docker.sock" TESTCONTAINERS_RYUK_DISABLED: "false" - APP_VERSION: "1.4.1" - CHART_VERSION: "1.4.1" + APP_VERSION: "1.4.0" + CHART_VERSION: "1.4.0" image: debian:12-slim @@ -646,7 +646,7 @@ docs-latest: - pip install -r ./requirements.txt - mkdir -p ./final/{latest,1.3} - find ./.docs -type f -exec sed -i -e "s/__TAG__/latest/g" {} \; - - find ./.docs -type f -exec sed -i -e "s/__APPVERSION__/${APP_VERSION}/g" {} \; + - find ./.docs -type f -exec sed -i -e "s/__APPVERSION__/latest/g" {} \; - mkdocs build && cp -r ./site ./final/latest - cp ./.docs/redirect.html ./final/index.html - cp ./.docs/redirect.html ./final/1.3/index.html -- GitLab