diff --git a/dist/index.js b/dist/index.js index 066eb825..1caf22c2 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 5d348d80..8a0e9296 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 a4502b49..0f01ebe6 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -93,6 +93,8 @@ export class BuildAutomationWorkflow implements WorkflowInterface { return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 ${cloneBuilderCommands} chmod -R a+rX /data/* +chmod -R 755 /data +chmod -R 755 /data/* node ${builderPath} -m remote-cli-pre-build`; }