aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2023-06-13 14:25:43 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2023-06-13 14:25:43 +0200
commitaedb4bef1e6b012637d822ed25948d1a8b3ded4d (patch)
tree58ecb8fc7a40e3df14f4ef8722e3c2070af34fa9 /build/integration
parent38d64f45be4df196945851b0a931747614670be5 (diff)
downloadnextcloud-server-aedb4bef1e6b012637d822ed25948d1a8b3ded4d.tar.gz
nextcloud-server-aedb4bef1e6b012637d822ed25948d1a8b3ded4d.zip
chore: don't copy additional configuration files to integration test container
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'build/integration')
-rwxr-xr-xbuild/integration/run-docker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/run-docker.sh b/build/integration/run-docker.sh
index c34ca25d929..080a992eefd 100755
--- a/build/integration/run-docker.sh
+++ b/build/integration/run-docker.sh
@@ -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" \