mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 13:42:06 -04:00
Add a GitLab CI precheck stage that checks for up-to-date copyright information
This commit is contained in:
parent
b83014ab14
commit
62c1dcb661
1 changed files with 14 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ variables:
|
|||
CI_REGISTRY_IMAGE: oerdnj/bind9
|
||||
|
||||
stages:
|
||||
- precheck
|
||||
- build
|
||||
- test
|
||||
|
||||
|
|
@ -102,6 +103,19 @@ stages:
|
|||
expire_in: '1 week'
|
||||
when: on_failure
|
||||
|
||||
precheck:debian:sid:amd64:
|
||||
<<: *debian_sid_amd64_image
|
||||
stage: precheck
|
||||
script:
|
||||
- perl -w util/merge_copyrights
|
||||
- diff -urNap util/copyrights util/newcopyrights
|
||||
- rm util/newcopyrights
|
||||
artifacts:
|
||||
paths:
|
||||
- util/newcopyrights
|
||||
expire_in: '1 week'
|
||||
when: on_failure
|
||||
|
||||
#build:debian:jessie:amd64:
|
||||
# <<: *debian_jessie_amd64_image
|
||||
# <<: *build_job
|
||||
|
|
|
|||
Loading…
Reference in a new issue