mirror of https://github.com/citusdata/citus.git
Ignore symlinks and directories editorconfig CI script
parent
605b901637
commit
a3513c8902
|
@ -4,6 +4,7 @@ for f in $(git ls-tree -r HEAD --name-only); do
|
|||
if [ "$f" = "${f%.out}" ] &&
|
||||
[ "$f" = "${f%.data}" ] &&
|
||||
[ "$f" = "${f%.png}" ] &&
|
||||
[ -f "$f" ] &&
|
||||
[ "$(echo "$f" | cut -d / -f1)" != "vendor" ] &&
|
||||
[ "$(dirname "$f")" != "src/test/regress/output" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue