travis: settings files have moved.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
4284e2e09f
commit
8eb564a20b
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue