Quellcode durchsuchen

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 vor 11 Monaten
Ursprung
Commit
aedb4bef1e
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      build/integration/run-docker.sh

+ 1
- 0
build/integration/run-docker.sh Datei anzeigen

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

Laden…
Abbrechen
Speichern