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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-04-16 12:54:19 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-04-16 12:54:19 +0300
commit88bad3282718c8c279dc69cb06b1a2b81eda6bdb (patch)
treea337c0fca9fd420583f6167048f0b4130ca6da3b /.craft.ini
parent03c7ba9146a2f6009d1e6ef72a63f80c5bef28e0 (diff)
Ci: Write logs into the build env
Diffstat (limited to '.craft.ini')
-rw-r--r--.craft.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/.craft.ini b/.craft.ini
index 9c024b9cb..f46c0a5db 100644
--- a/.craft.ini
+++ b/.craft.ini
@@ -37,6 +37,7 @@ Paths/Python = C:/Python36
Paths/Python27 = C:/Python27
Paths/DownloadDir = ${Variables:Root}/downloads
Blueprints/BlueprintRoot = ${Variables:Root}/blueprints
+CraftDebug/LogDir = ${Variables:Root}/logs
ShortPath/JunctionDir = /_/
Packager/CacheDir = ${Variables:WORKSPACE}/cache
Packager/UseCache = ${Variables:UseCache}