Skip to content

Commit

Permalink
Merge branch '2022.11' into 2023.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Aug 15, 2024
2 parents 8829cc8 + 6da93db commit c14d6f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ workflow:
- if: $CI_COMMIT_TAG =~ /^20..\.11\..*/ && $CUSTOMER_MAJOR_COMMIT_REF_NAME == ""
variables:
PIPELINE_TYPE: release, release-lts
- if: $CI_COMMIT_TAG && $CUSTOMER_MAJOR_COMMIT_REF_NAME == ""
# todo: when 2022.11 is deprecated change remove || CUSTOMER_MAJOR_COMMIT_REF_NAME == "tine20.com/" and the ()
- if: $CI_COMMIT_TAG && ( $CUSTOMER_MAJOR_COMMIT_REF_NAME == "" || $CUSTOMER_MAJOR_COMMIT_REF_NAME == "tine20.com/" )
variables:
PIPELINE_TYPE: release, release-monthly
- if: $CI_COMMIT_TAG
Expand Down

0 comments on commit c14d6f3

Please sign in to comment.