mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Make sure to only exclude the build/ in root
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f4fd6b7790
commit
e1eca493dc
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -39,7 +39,7 @@ appstore: clean install-deps
|
|||
rsync -a \
|
||||
--exclude=bower.json \
|
||||
--exclude=.bowerrc \
|
||||
--exclude=build \
|
||||
--exclude=/build \
|
||||
--exclude=CONTRIBUTING.md \
|
||||
--exclude=docs \
|
||||
--exclude=.drone.yml \
|
||||
|
|
@ -62,12 +62,11 @@ appstore: clean install-deps
|
|||
--exclude=phpunit*xml \
|
||||
--exclude=README.md \
|
||||
--exclude=run-*lint.sh \
|
||||
--exclude=screenshots \
|
||||
--exclude=.scrutinizer.yml \
|
||||
--exclude=.stylelintrc \
|
||||
--exclude=tests \
|
||||
--exclude=.travis.yml \
|
||||
$(project_dir) $(sign_dir)
|
||||
$(project_dir)/ $(sign_dir)
|
||||
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
||||
echo "Signing app files…"; \
|
||||
php ../../occ integrity:sign-app \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue