diff --git a/src/model/cloud-runner/workflows/build-automation-workflow.ts b/src/model/cloud-runner/workflows/build-automation-workflow.ts index b2c5764c..99cb97c3 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -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}