diff --git a/repo.sh b/repo.sh index 35052bb2..9cc912a4 100755 --- a/repo.sh +++ b/repo.sh @@ -20,8 +20,6 @@ then recipes="$(ls -1 recipes)" fi -cargo build --release - for recipe in $recipes do if [ -e "recipes/$recipe/recipe.toml" ]