Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "fix(nextcloud_test_presets): Fix error in installation process"
This reverts commit f06706e.

Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Apr 28, 2025
commit bddedeb6c567962dc45414bfcc7578a0b1cd5b6f
1 change: 0 additions & 1 deletion .cspell/nextcloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ displayname
etag
federatedfilesharing
fediverse
fileowner
groupid
heavyrain
heavyrainshowers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM nextcloud:${SERVER_VERSION} AS nextcloud

WORKDIR /usr/src/nextcloud

# TODO: https://github.com/nextcloud/server/pull/51594
RUN sed -i "s/ = fileowner/ = @fileowner/" ./occ

ADD pre.sh /tmp
RUN /tmp/pre.sh

Expand Down