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 [ -n "$CI_OS_NAME" ]; then
|
||||||
if [ ! -d projects/$KISS_PROJECT ]; 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
|
fi
|
||||||
(cd projects/$KISS_PROJECT && lix download)
|
(cd projects/$KISS_PROJECT && lix download)
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user