mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 08:32:17 -04:00
parent
e30f71f6f1
commit
ebdf9336e3
1 changed files with 6 additions and 0 deletions
|
|
@ -516,6 +516,12 @@ danger:
|
|||
variables:
|
||||
- $DANGER_GITLAB_API_TOKEN
|
||||
|
||||
checkbashisms:
|
||||
<<: *precheck_job
|
||||
needs: []
|
||||
script:
|
||||
- checkbashisms $(find . -path './.git' -prune -o -type f -exec sh -c 'head -n 1 "{}" | grep -qsF "#!/bin/sh"' \; -print)
|
||||
|
||||
tarball-create:
|
||||
stage: precheck
|
||||
<<: *base_image
|
||||
|
|
|
|||
Loading…
Reference in a new issue