Browse Source

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

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
tags/v28.0.0beta1
Daniel Kesselberg 11 months ago
parent
commit
aedb4bef1e
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build/integration/run-docker.sh

+ 1
- 0
build/integration/run-docker.sh 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" \

Loading…
Cancel
Save