Do not build cookbook crate from repo.sh

This commit is contained in:
Jeremy Soller 2020-05-22 10:18:36 -06:00
parent 364867de5b
commit c39511fac9
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -20,8 +20,6 @@ then
recipes="$(ls -1 recipes)"
fi
cargo build --release
for recipe in $recipes
do
if [ -e "recipes/$recipe/recipe.toml" ]