fix test-project.sh
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user