Skip to content

Commit

Permalink
chore: don't copy additional configuration files to integration test …
Browse files Browse the repository at this point in the history
…container

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Jun 13, 2023
1 parent 38d64f4 commit aedb4be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/integration/run-docker.sh
Expand Up @@ -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" \
Expand Down

0 comments on commit aedb4be

Please sign in to comment.