log file path

pull/531/head
Frostebite 2023-05-13 21:28:15 +01:00
parent ade6d7838f
commit 9102a7e089
3 changed files with 5 additions and 1 deletions

2
dist/index.js generated vendored
View File

@ -5696,6 +5696,8 @@ class BuildAutomationWorkflow {
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
${cloneBuilderCommands} ${cloneBuilderCommands}
chmod -R a+rX /data/* chmod -R a+rX /data/*
chmod -R 755 /data
chmod -R 755 /data/*
node ${builderPath} -m remote-cli-pre-build`; node ${builderPath} -m remote-cli-pre-build`;
} }
static BuildCommands(builderPath) { static BuildCommands(builderPath) {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -93,6 +93,8 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
${cloneBuilderCommands} ${cloneBuilderCommands}
chmod -R a+rX /data/* chmod -R a+rX /data/*
chmod -R 755 /data
chmod -R 755 /data/*
node ${builderPath} -m remote-cli-pre-build`; node ${builderPath} -m remote-cli-pre-build`;
} }