mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-01 22:29:07 +08:00
style: format build-automation-workflow.ts to satisfy Prettier
This commit is contained in:
@@ -100,9 +100,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
|
||||
path.join(CloudRunnerFolders.builderPathAbsolute, `.git`),
|
||||
)}" ] ; then echo "Builder Already Exists!" && (command -v tree > /dev/null 2>&1 && tree ${
|
||||
CloudRunnerFolders.builderPathAbsolute
|
||||
} || ls -la ${
|
||||
CloudRunnerFolders.builderPathAbsolute
|
||||
}); else ${commands} ; fi`;
|
||||
} || ls -la ${CloudRunnerFolders.builderPathAbsolute}); else ${commands} ; fi`;
|
||||
|
||||
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
||||
${cloneBuilderCommands}
|
||||
|
||||
Reference in New Issue
Block a user