Skip to content

Commit

Permalink
CI - Add release on GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 27, 2024
1 parent 4509102 commit 6cbd4d4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@ tickets:
tags:
- factory-plain

gitlab_release:
stage: release
rules:
- if: '$CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/'
# Running only when the tag is like X.Y.Z
when: always
- when: never
image:
name: $REGISTRY_URI/infra/ci-tools:latest
script:
- gitlab_release
tags:
- factory-plain


monthly-release:
stage: test
rules:
Expand Down

0 comments on commit 6cbd4d4

Please sign in to comment.