log file path
parent
ade6d7838f
commit
9102a7e089
|
@ -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) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue