tasks/schedule: fix missing quote for build script

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-07-22 16:06:59 +02:00
parent a7a3f0f733
commit 50ba26f5dc
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
name: '{{ beacon_node_service_name }}-build'
username: SYSTEM
actions:
- path: 'C:/ProgramData/scoop/apps/git/current/bin/bash.exe'
arguments: '-c "{{ beacon_node_build_script }} > ./build.log 2>&1'
- path: 'C:\ProgramData\scoop\apps\git\current\bin\bash.exe'
arguments: '-c "{{ beacon_node_build_script }} > .\build.log 2>&1"'
working_directory: '{{ beacon_node_service_path }}'
triggers:
- type: '{{ beacon_node_build_frequency }}'