diff options
-rwxr-xr-x | build/integration/run-docker.sh | 1 |
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" \ |