style: format build-automation-workflow.ts to satisfy Prettier

pull/729/head
Frostebite 2025-09-05 19:35:29 +01:00
parent 3570d40148
commit c28831ce79
1 changed files with 1 additions and 3 deletions

View File

@ -100,9 +100,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
path.join(CloudRunnerFolders.builderPathAbsolute, `.git`), path.join(CloudRunnerFolders.builderPathAbsolute, `.git`),
)}" ] ; then echo "Builder Already Exists!" && (command -v tree > /dev/null 2>&1 && tree ${ )}" ] ; then echo "Builder Already Exists!" && (command -v tree > /dev/null 2>&1 && tree ${
CloudRunnerFolders.builderPathAbsolute CloudRunnerFolders.builderPathAbsolute
} || ls -la ${ } || ls -la ${CloudRunnerFolders.builderPathAbsolute}); else ${commands} ; fi`;
CloudRunnerFolders.builderPathAbsolute
}); else ${commands} ; fi`;
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
${cloneBuilderCommands} ${cloneBuilderCommands}