chore: don't copy additional configuration files to integration test container

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2023-06-13 14:25:43 +02:00
parent 38d64f45be
commit aedb4bef1e
No known key found for this signature in database
GPG key ID: 36E3664E099D0614

View file

@ -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" \