no longer need to skip /test due to symlink

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown 2020-05-20 07:38:12 -05:00
parent 40071878d7
commit cc54a9dca4

View File

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