Commit 028a2e67 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: add remove all exclude vendor dir for composer

parent a2f7a956
......@@ -373,6 +373,10 @@ update_predownloaded()
info "Detected .gear/predownloaded-postinstall-hook, running it ..."
sh -x $RGD/.gear/predownloaded-postinstall-hook $MODE $VERSION
fi
# drop all exclude vendor
# TODO: correct .* removing
rm -rf $(ls -1 | grep -v vendor) .*
fi
#### end of composer only part
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment