don't clone all dependencies in add-project

This commit is contained in:
Zahary Karadjov 2022-04-17 10:45:21 +02:00
parent 9b15962d8d
commit 71de64d6c1
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ function _add_project {
nimble develop \
-p:"$WORKSPACE_DIR" \
--develop-file:"$WORKSPACE_DIR/nimble.develop" \
--with-dependencies \
"https://github.com/status-im/$PROJECT_NAME"
cp scripts/per-project.nimble.develop "$PROJECT_NAME/nimble.develop"