mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-15 04:26:48 -07:00
fix(build-automation-workflow): update log streaming command to use printf for empty input
This commit is contained in:
+1
-1
@@ -6042,7 +6042,7 @@ node ${builderPath} -m remote-cli-pre-build`;
|
|||||||
return `
|
return `
|
||||||
echo "game ci start"
|
echo "game ci start"
|
||||||
echo "game ci start" >> "$LOG_FILE"
|
echo "game ci start" >> "$LOG_FILE"
|
||||||
node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE"
|
printf '' | node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE"
|
||||||
node ${builderPath} -m remote-cli-post-build`;
|
node ${builderPath} -m remote-cli-post-build`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -127,7 +127,7 @@ node ${builderPath} -m remote-cli-pre-build`;
|
|||||||
return `
|
return `
|
||||||
echo "game ci start"
|
echo "game ci start"
|
||||||
echo "game ci start" >> "$LOG_FILE"
|
echo "game ci start" >> "$LOG_FILE"
|
||||||
node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE"
|
printf '' | node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE"
|
||||||
node ${builderPath} -m remote-cli-post-build`;
|
node ${builderPath} -m remote-cli-post-build`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user