Skip to content

Commit 35b1824

Browse files
committed
ci: release in public to standalone stage
1 parent 6c4f068 commit 35b1824

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ stages:
3737
- documentation
3838
- private
3939
- public
40+
- release
4041

4142
variables:
4243
SLACK_CHANNEL_OK: "#ci_gnb"

.gitlab/ci/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ include:
1414
stages:
1515
- private
1616
- public
17+
- release
1718

1819
.update agpl main:
1920
stage: private
@@ -76,8 +77,8 @@ push:
7677
# Push code to github main
7778
- git push github_public ${PRIVATE_BRANCH}:${PUBLIC_BRANCH}
7879

79-
release:
80-
stage: public
80+
release public:
81+
stage: release
8182
rules:
8283
- if: $ON_TAG
8384
when: manual

0 commit comments

Comments
 (0)