Skip to content

Commit 8568489

Browse files
ci: remove release-branch job
Gitlab blocks this activity from CI.
1 parent af5bf85 commit 8568489

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.gitlab/ci/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,3 @@ release-tag:
6060
rules:
6161
- if: $CI_COMMIT_REF_PROTECTED == "true"
6262
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

Comments
 (0)