fix test-project.sh

This commit is contained in:
2023-04-28 09:10:23 -06:00
parent 372b70030e
commit 57cdeda811

View File

@@ -5,7 +5,7 @@ KISS_PROJECT=${KISS_PROJECT:-bad-nlp}
if [ -n "$CI_OS_NAME" ]; then
if [ ! -d projects/$KISS_PROJECT ]; then
(cd projects && git clone https://github.com/kiss-lang/$project)
(cd projects && git clone https://github.com/kiss-lang/$KISS_PROJECT)
fi
(cd projects/$KISS_PROJECT && lix download)
fi