Skip to content
Snippets Groups Projects
Verified Commit c85a6b9d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(release-notes): force execution on K8s

parent 5a5721a6
No related branches found
No related tags found
No related merge requests found
Pipeline #16373 passed
...@@ -24,6 +24,8 @@ release-changelog-full: ...@@ -24,6 +24,8 @@ release-changelog-full:
- RELEASENOTES.md - RELEASENOTES.md
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $INFRA_RELEASE_NOW == "true" && $CI_COMMIT_TAG == null' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $INFRA_RELEASE_NOW == "true" && $CI_COMMIT_TAG == null'
tags:
- kubernetes
release-branch: release-branch:
...@@ -43,3 +45,5 @@ release-branch: ...@@ -43,3 +45,5 @@ release-branch:
--tag-name "v${INFRA_RELEASE_VERSION}" --ref $CI_COMMIT_SHA --tag-name "v${INFRA_RELEASE_VERSION}" --ref $CI_COMMIT_SHA
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $INFRA_RELEASE_NOW == "true" && $CI_COMMIT_TAG == null' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $INFRA_RELEASE_NOW == "true" && $CI_COMMIT_TAG == null'
tags:
- kubernetes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment