Skip to content

Commit

Permalink
GitLab - Add creation of tickets when there is a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Feb 7, 2024
1 parent 1c3d9ac commit 5ab2b49
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
variables:
FACTORY_PRODUCT_NAME: altiProfil
FACTORY_PACKAGE_TYPE: module

stages:
- release

tickets:
stage: release
only:
- tags
image:
name: $REGISTRY_URI/infra/ci-tools:latest
script:
- create_ticket.py
tags:
- factory-plain

0 comments on commit 5ab2b49

Please sign in to comment.