Skip to content

Commit

Permalink
release: exclude more files
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Dec 1, 2023
1 parent 4178741 commit 880ccf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/nextcloud/sign-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ mkdir ${APP_DEST} && \
rsync -a --exclude .git* --exclude .gitlab-ci* --exclude .github --exclude screenshot* \
--exclude docs --exclude tests --exclude vendor --exclude package.* --exclude Makefile \
--exclude *.db* --exclude docker --exclude *.phar --exclude *.gz --exclude .idea \
--exclude=shell.nix --exclude=.envrc --exclude .direnv \
--exclude=shell.nix --exclude=.envrc --exclude .direnv --exclude .codeclimate.yml \
--exclude .editorconfig --exclude .php_cs* --exclude .php-cs* --exclude .travis.yml \
${APP_SOURCE}/ ${APP_DEST} && \
su -m -c "./occ integrity:sign-app \
--privateKey=${CERT_PATH}/${APP_NAME}.key \
Expand Down

0 comments on commit 880ccf9

Please sign in to comment.