mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
chore: don't copy additional configuration files to integration test container
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
38d64f45be
commit
aedb4bef1e
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ function prepareDocker() {
|
|||
tar --create --file="$NEXTCLOUD_LOCAL_TAR" \
|
||||
--exclude=".git" \
|
||||
--exclude="./config/config.php" \
|
||||
--exclude="./config/*.config.php" \
|
||||
--exclude="./data" \
|
||||
--exclude="./data-autotest" \
|
||||
--exclude="./tests" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue