From e1de26409d7cb0052c09aed760384ed485c5652e Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Fri, 21 Jan 2022 14:21:23 +0200 Subject: [#2205] are-scripts-in-sync.py This script is used to maintain upgrade scripts in Kea and to ensure that the incremental and the full schema scripts are in sync. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 816076191f..5bb6e4120e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -129,6 +129,12 @@ danger: - gem install danger-commit_lint - danger --fail-on-errors=true --new-comment +dhcpdb_create-upgrade-consistency: + stage: test + image: "${CI_REGISTRY_IMAGE}:latest" + script: + - ./src/share/database/scripts/utils/are-scripts-in-sync.py + duplicate-includes: stage: test image: "${CI_REGISTRY_IMAGE}:latest" -- cgit v1.2.3