From aedb4bef1e6b012637d822ed25948d1a8b3ded4d Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 13 Jun 2023 14:25:43 +0200 Subject: [PATCH] chore: don't copy additional configuration files to integration test container Signed-off-by: Daniel Kesselberg --- build/integration/run-docker.sh | 1 + 1 file changed, 1 insertion(+) 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" \