From bd60f4f07f924ec057045127eb9184c5555f399d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sat, 16 Oct 2021 11:38:59 +0200 Subject: [PATCH] build: fix wrong slash in log file path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build.yml b/tasks/build.yml index 5c047c8..2c42e06 100644 --- a/tasks/build.yml +++ b/tasks/build.yml @@ -12,7 +12,7 @@ username: SYSTEM actions: - path: 'C:\ProgramData\scoop\apps\git\current\bin\bash.exe' - arguments: '-c "./build.sh > logs\build.log 2>&1"' + arguments: '-c "./build.sh > logs/build.log 2>&1"' working_directory: '{{ beacon_node_service_path }}' triggers: - type: '{{ beacon_node_build_frequency }}'