From c85a6b9db064a3a430494905c49d0b30b66dbf95 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 6 Jan 2023 11:08:22 +0000 Subject: [PATCH] ci(release-notes): force execution on K8s --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e82aca816..b501e3f65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,8 @@ release-changelog-full: - RELEASENOTES.md rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $INFRA_RELEASE_NOW == "true" && $CI_COMMIT_TAG == null' + tags: + - kubernetes release-branch: @@ -43,3 +45,5 @@ release-branch: --tag-name "v${INFRA_RELEASE_VERSION}" --ref $CI_COMMIT_SHA rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $INFRA_RELEASE_NOW == "true" && $CI_COMMIT_TAG == null' + tags: + - kubernetes -- GitLab