Skip to content

Commit

Permalink
GitLab - Try to create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Aug 19, 2024
1 parent af6fe15 commit a929f80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,14 @@ tickets:
- create_ticket.py
tags:
- factory-plain

release:
stage: release
only:
- tags
image:
name: $REGISTRY_URI/infra/ci-tools:latest
script:
- gitlab_release
tags:
- factory-plain

0 comments on commit a929f80

Please sign in to comment.