mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 04:39:37 +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/test \
|
||||
--exclude=**/test* \
|
||||
--exclude=build*
|
||||
--exclude=build* \
|
||||
--exclude=.github
|
||||
cd "${builtcontent}"
|
||||
|
||||
# Install dependencies
|
||||
|
|
Loading…
Reference in a new issue