Revert "travis: Temporarily checkout old kintex files on travis."

This reverts commit e1da32c1ce.
This commit is contained in:
Tim 'mithro' Ansell 2018-11-11 19:07:47 -08:00
parent 10f8825187
commit 2dd8e44dd0
2 changed files with 2 additions and 4 deletions

View File

@ -58,7 +58,7 @@ fi
)
# Generate the HTML for each device we have a settings file for.
for SETTINGS in $(find -name settings.sh | grep -v kintex); do
for SETTINGS in $(find -name settings.sh); do
DEVICE="$(basename $(dirname $SETTINGS))"
echo

View File

@ -26,7 +26,7 @@ TMPDIR=$(mktemp -d)
echo "--------------------------------------------"
ssh-add -l
ssh -v github.com || true
git clone --tags git+ssh://git@github.com/$CURRENT_OWNER/prjxray-db.git --reference $SRCDIR/.git -b gh-pages html
git clone git+ssh://git@github.com/$CURRENT_OWNER/prjxray-db.git --reference $SRCDIR/.git -b gh-pages html
echo "--------------------------------------------"
(
cd html
@ -42,8 +42,6 @@ TMPDIR=$(mktemp -d)
cp -a $SRCDIR/html/* html/
(
cd html
# FIXME: Remove once kintex7 is working again
git checkout tags/kintex7 kintex7
git add --all .
)
echo "--------------------------------------------"