Skip to content

Commit

Permalink
release: exclude term.kdl
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Jun 19, 2024
1 parent f1bc39b commit 322dc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nextcloud/sign-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rsync -a --exclude .git* --exclude .gitlab-ci* --exclude .github --exclude scree
--exclude Makefile --exclude *.db* --exclude docker --exclude *.phar \
--exclude *.gz --exclude .idea --exclude .renovaterc.json --exclude .php-cs* \
--exclude phpstan.* --exclude phpunit.xml --exclude psalm.xml --exclude shell.nix \
--exclude .envrc --exclude .direnv \
--exclude .envrc --exclude .direnv --exclude term.kdl \
${APP_SOURCE}/ ${APP_DEST} && \
su -m -c "./occ integrity:sign-app \
--privateKey=${CERT_PATH}/${APP_NAME}.key \
Expand Down

0 comments on commit 322dc20

Please sign in to comment.