From: Thomas Markwalder Date: Thu, 17 Feb 2022 20:21:14 +0000 (-0500) Subject: [#95] Work around an issue with schema compare script X-Git-Tag: Kea-2.1.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35c0d61ebc2f9873937a6cbc6ca51baefffcdc99;p=thirdparty%2Fkea.git [#95] Work around an issue with schema compare script .gitlab-ci.yml Change dhcpdb_create-upgrade-consistency to allow failures per Andrei. The script incorrectly detects a contextual change. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bb6e4120e..c52ff02e1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,9 +127,9 @@ danger: - sysctl -w net.ipv6.conf.all.disable_ipv6=1 - sysctl -w net.ipv6.conf.default.disable_ipv6=1 - gem install danger-commit_lint - - danger --fail-on-errors=true --new-comment dhcpdb_create-upgrade-consistency: + allow_failure: true stage: test image: "${CI_REGISTRY_IMAGE}:latest" script: