Excluded gihub dir from build

This commit is contained in:
Alejandro Celaya 2019-04-11 21:59:03 +02:00
parent 72313800fa
commit 91c48919c6

View file

@ -35,7 +35,8 @@ rsync -av * "${builtcontent}" \
--exclude=config/autoload/*local* \
--exclude=config/test \
--exclude=**/test* \
--exclude=build*
--exclude=build* \
--exclude=.github
cd "${builtcontent}"
# Install dependencies