Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorverhoek <30193551+verhoek@users.noreply.github.com>2019-12-07 01:28:31 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-07 01:33:39 +0300
commit1668c9b4d820382057a4727c2cdb91dab0d6d9a5 (patch)
tree8ec37b8cb650d31142b2f76c15edfe840ff6ad29 /pipeline/.local_config.sh
parent38247381581e104892b99ef3e194c7950e525050 (diff)
Reduce number of unit test scripts by favouring parameters.
Diffstat (limited to 'pipeline/.local_config.sh')
-rw-r--r--pipeline/.local_config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pipeline/.local_config.sh b/pipeline/.local_config.sh
index 3e4be43f8..35475b945 100644
--- a/pipeline/.local_config.sh
+++ b/pipeline/.local_config.sh
@@ -1,8 +1,8 @@
export ROOT_DIR=${SCRIPT_DIR}/../
# caches
-export BUILD_DIR=${ROOT_DIR}/.duplicati_build
-export TEST_DIR=${ROOT_DIR}/.duplicati_test
+export BUILD_DIR=/tmp/.duplicati_build
+export TEST_DIR=/tmp/.duplicati_test
export ARCHIVE_DIR=${ROOT_DIR}/.duplicati_zip
export PACKAGES_DIR=${ROOT_DIR}/.duplicati_packages
export SIGN_DIR=${ROOT_DIR}/.duplicati_sign