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 6c4f068 commit 35b1824Copy full SHA for 35b1824
.gitlab-ci.yml
@@ -37,6 +37,7 @@ stages:
37
- documentation
38
- private
39
- public
40
+ - release
41
42
variables:
43
SLACK_CHANNEL_OK: "#ci_gnb"
.gitlab/ci/release.yml
@@ -14,6 +14,7 @@ include:
14
stages:
15
16
17
18
19
.update agpl main:
20
stage: private
@@ -76,8 +77,8 @@ push:
76
77
# Push code to github main
78
- git push github_public ${PRIVATE_BRANCH}:${PUBLIC_BRANCH}
79
-release:
80
- stage: public
+release public:
81
+ stage: release
82
rules:
83
- if: $ON_TAG
84
when: manual
0 commit comments