travis: settings files have moved.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-01-30 17:21:04 +11:00
parent 4284e2e09f
commit 8eb564a20b
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ fi
)
# Generate the HTML for each device we have a settings file for.
for SETTINGS in $(find -name settings.sh); do
DEVICE="$(basename $(dirname $SETTINGS))"
for SETTINGS in $TMPDIR/prjxray/settings/*.sh; do
DEVICE="$(basename $SETTINGS .sh)"
echo
echo "Generating for $DEVICE"