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
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with
1 additions and
0 deletions
-
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" \ |
|
|
|
|