diff --git a/dist/index.js b/dist/index.js index 11f649b1..373259f6 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 53ed356d..7a479523 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/workflows/build-automation-workflow.ts b/src/model/cloud-runner/workflows/build-automation-workflow.ts index 086781bd..2f7cbb09 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -92,8 +92,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface { return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 ${cloneBuilderCommands} -chmod -R a+rX /home -chmod -R 755 /home +echo "log start" > /home/job-log.txt node ${builderPath} -m remote-cli-pre-build`; }