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