mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 15:29:54 +03:00
Excluded gihub dir from build
This commit is contained in:
parent
72313800fa
commit
91c48919c6
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -35,7 +35,8 @@ rsync -av * "${builtcontent}" \
|
||||||
--exclude=config/autoload/*local* \
|
--exclude=config/autoload/*local* \
|
||||||
--exclude=config/test \
|
--exclude=config/test \
|
||||||
--exclude=**/test* \
|
--exclude=**/test* \
|
||||||
--exclude=build*
|
--exclude=build* \
|
||||||
|
--exclude=.github
|
||||||
cd "${builtcontent}"
|
cd "${builtcontent}"
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue