From a6d5d15862d3b7de8b7f9ec0d2128aeac524bc2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oto=20=C5=A0=C5=A5=C3=A1va?= Date: Tue, 29 Aug 2023 13:24:32 +0200 Subject: [PATCH] .gitlab-ci.yml: explicitly settable release name for docs --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e68fdcba..b0ff4ee8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,8 @@ variables: MESON_TEST: meson test -C build_ci* -t 4 --print-errorlogs PREFIX: $CI_PROJECT_DIR/.local EMAIL: 'ci@nic' + RELEASE_DOCS_ENV_NAME: + description: "Name of the release environment. This will usually be the Knot Resolver version number." image: $CI_REGISTRY/knot/knot-resolver/ci/debian-11:knot-$KNOT_VERSION default: @@ -682,8 +684,6 @@ docs:release: stage: deploy needs: - docs:develop - variables: - RELEASE_DOCS_ENV_NAME: $CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA # TODO when: manual script: echo "Propagating artifacts into release environment" artifacts: -- 2.47.2