Browse Source

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

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/38794/head
Daniel Kesselberg 2 years ago
parent
commit
aedb4bef1e
No known key found for this signature in database GPG Key ID: 36E3664E099D0614
  1. 1
      build/integration/run-docker.sh

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

Loading…
Cancel
Save