tmp folder randomly created in folder

This commit is contained in:
msramalho
2022-06-16 19:58:26 +02:00
parent d2e29f85d2
commit 7ab8d0e825
5 changed files with 14 additions and 19 deletions

View File

@@ -66,8 +66,6 @@ execution:
timeout_seconds: 120
window_width: 1400
window_height: 2000
# local tmp folder to save files before uploading to storage
tmp_folder: tmp/
# puts execution logs into /logs folder, defaults to false
save_logs: true
# custom column names, only needed if different from default, can be overwritten with CMD --col-NAME="VALUE"