We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5bf85 commit 8568489Copy full SHA for 8568489
.gitlab/ci/release.yml
@@ -60,17 +60,3 @@ release-tag:
60
rules:
61
- if: $CI_COMMIT_REF_PROTECTED == "true"
62
when: manual
63
-
64
-release-branch:
65
- stage: release
66
- extends: .git
67
- script:
68
- - set -euo pipefail
69
- - major_minor="$(echo ${VERSION} | grep -Eo "^[0-9]+\.[0-9]+")"
70
- - branch_name="release-${major_minor}"
71
- - echo "branch_name=${branch_name}"
72
- - git branch ${branch_name}
73
- - git push --set-upstream origin ${branch_name}
74
- rules:
75
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
76
- when: manual
0 commit comments