Skip to content
Snippets Groups Projects
Commit 747a2f00 authored by Meisam Farzalipour Tabriz's avatar Meisam Farzalipour Tabriz
Browse files

validate tag signature for release

parent a43f53c4
Branches
Tags
No related merge requests found
Pipeline #240792 passed
...@@ -9,6 +9,14 @@ stages: ...@@ -9,6 +9,14 @@ stages:
include: "ci/*.gitlab-ci.yml" include: "ci/*.gitlab-ci.yml"
validate:tag:
stage: validate
image: gitlab-registry.mpcdf.mpg.de/tbz/ci_tools:latest
script:
- git verify-tag "$CI_COMMIT_TAG"
rules:
- if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+$/'
build:rpm:release: build:rpm:release:
extends: .build:check_dnf_automatic:release extends: .build:check_dnf_automatic:release
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment