kolla-ansible/tools/validate-all-maintainer.sh
Lars Kellogg-Stedman 6666d1e973 add maintainer check to tests
Change-Id: I6ee985e694142aa7dadeb085b77910667ac6359f
2014-10-31 10:10:27 -04:00

10 lines
154 B
Bash
Executable File

#!/bin/sh
TOPLEVEL=$(git rev-parse --show-toplevel)
cd $TOPLEVEL
git ls-files -z '*/Dockerfile' |
xargs -0 tools/validate-maintainer.sh || exit 1