build: fix wrong slash in log file path

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-10-16 11:38:59 +02:00
parent 39a3f345dd
commit bd60f4f07f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}'