Skip to content
Snippets Groups Projects
Commit dfd1e506 authored by Julian's avatar Julian
Browse files

CI check for CHANGELOG on release

parent 6ffd3ef3
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,15 @@ test:package:pip:bullseye:
dependencies:
- build:pip
test:package:apt:changelog:
stage: test
rules:
- if: '$CI_COMMIT_TAG =~ /v[0-9]+[.][0-9]+[.][0-9]+.*/'
script:
- head -n 1 debian/changelog | grep -qv UNRELEASED || { echo 'CHANGELOG not up-to-date!'; exit 1; }
dependencies:
- build:apt
test:package:apt:buster:
image: registry.git.cccv.de/uffd/docker-images/buster
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment