removing boilerplate test replace by projectboiler check

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown
2020-05-14 17:21:30 -05:00
parent 64aa9da76f
commit 3f0aa45453
18 changed files with 4 additions and 490 deletions

View File

@@ -64,11 +64,10 @@ jobs:
../project/script/validate/dco
# TODO: (mikebrow) removed test/ due to ltag not working with test/e3e symlink
# TODO: (mikebrow) removed hack/ due to prior boilerplate tests
- name: Headers
working-directory: src/github.com/containerd/cri
run: |
ltag -t "../project/script/validate/template" --excludes "vendor test hack" --check -v
ltag -t "../project/script/validate/template" --excludes "vendor test" --check -v
- name: Vendor
working-directory: src/github.com/containerd/cri