log file path

This commit is contained in:
Frostebite 2023-05-13 22:02:07 +01:00
parent 9102a7e089
commit fcf7fde7a0
3 changed files with 2 additions and 3 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -92,9 +92,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/*
chmod -R a+rX ${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute)}
chmod -R 755 ${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute)}
node ${builderPath} -m remote-cli-pre-build`;
}