mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
Replace danger-python with Hazard
Hazard is a minimal danger-python replacement.
This commit is contained in:
parent
dc6200ed87
commit
08ce1bc45f
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue