diff options
Diffstat (limited to '.travis/build-pkgs')
-rwxr-xr-x | .travis/build-pkgs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/build-pkgs b/.travis/build-pkgs index b87e9e0185..8dcf8ba21e 100755 --- a/.travis/build-pkgs +++ b/.travis/build-pkgs @@ -8,7 +8,7 @@ set -eu # changed/created in the specified revisions. changed_repos() { local commit_ish="$1" - local repos="$(find * -type d -maxdepth 0 ! -name '.*')" + local repos="$(find * -type d -maxdepth 0 ! -name '.*' ! -name 'scripts')" # Print names of dirs in the current directory (it's *not* recursive) # that contain some changes and consider only dirs listed in $repos. |