log file path

This commit is contained in:
Frostebite 2023-05-13 21:28:15 +01:00
parent ade6d7838f
commit 9102a7e089
3 changed files with 2 additions and 0 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -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`;
}