From: Michal Nowak Date: Tue, 5 Dec 2023 10:55:03 +0000 (+0100) Subject: Replace danger-python with Hazard X-Git-Tag: v9.19.21~47^2~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=08ce1bc45fbe00db5ac5ec77335b38c8ce7d1990;p=thirdparty%2Fbind9.git Replace danger-python with Hazard Hazard is a minimal danger-python replacement. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66a2156cfa2..1cb1a3a9c96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -608,9 +608,15 @@ shfmt: danger: <<: *precheck_job + # Keep the GIT_DEPTH environment variable set to a "high number" before + # https://github.com/libgit2/libgit2/pull/6662 is addressed and integrated + # into pygit2. + variables: + GIT_DEPTH: 1000 needs: [] script: - - danger-python ci -f + - pip install git+https://gitlab.isc.org/isc-projects/hazard.git + - hazard only: refs: - merge_requests