Skip to content

Commit f311c8b

Browse files
authored
No auto publish for dev-c3 or release-c3
1 parent fb7076a commit f311c8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.gitlab-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ workflow: # If running on any branch other than main.
4747
variables:
4848
EXTRA_VERSION_IDENTIFIER: "-${CI_PIPELINE_IID}"
4949
NEW_BRANCH: "dev-c3"
50-
AUTO_PUBLISH: true
5150
when: always
5251
#commit made to main (master)
5352
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
@@ -63,7 +62,6 @@ workflow: # If running on any branch other than main.
6362
NEW_BRANCH: "release-c3"
6463
VERSION: 'cat common/version.h | grep COMMA_VERSION | sed -e "s/[^0-9|.]//g"'
6564
EXTRA_VERSION_IDENTIFIER: "-release"
66-
AUTO_PUBLISH: true
6765
- when: always
6866

6967

0 commit comments

Comments
 (0)