new test
parent
4eef19e30e
commit
f8eba6b040
|
@ -6220,14 +6220,10 @@ class BuildAutomationWorkflow {
|
||||||
n 16.15.1 > /dev/null
|
n 16.15.1 > /dev/null
|
||||||
npm --version
|
npm --version
|
||||||
node --version
|
node --version
|
||||||
echo "test 1"
|
|
||||||
${BuildAutomationWorkflow.TreeCommand}
|
${BuildAutomationWorkflow.TreeCommand}
|
||||||
echo "test 2"
|
|
||||||
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
||||||
echo "test 3"
|
|
||||||
export GITHUB_WORKSPACE="${cloud_runner_folders_1.CloudRunnerFolders.ToLinuxFolder(cloud_runner_folders_1.CloudRunnerFolders.repoPathAbsolute)}"
|
export GITHUB_WORKSPACE="${cloud_runner_folders_1.CloudRunnerFolders.ToLinuxFolder(cloud_runner_folders_1.CloudRunnerFolders.repoPathAbsolute)}"
|
||||||
${BuildAutomationWorkflow.setupCommands(builderPath)}
|
${BuildAutomationWorkflow.setupCommands(builderPath)}
|
||||||
echo "test 4"
|
|
||||||
${setupHooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '}
|
${setupHooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '}
|
||||||
${BuildAutomationWorkflow.TreeCommand}
|
${BuildAutomationWorkflow.TreeCommand}
|
||||||
${buildHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
${buildHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -73,14 +73,10 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
|
||||||
n 16.15.1 > /dev/null
|
n 16.15.1 > /dev/null
|
||||||
npm --version
|
npm --version
|
||||||
node --version
|
node --version
|
||||||
echo "test 1"
|
|
||||||
${BuildAutomationWorkflow.TreeCommand}
|
${BuildAutomationWorkflow.TreeCommand}
|
||||||
echo "test 2"
|
|
||||||
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
||||||
echo "test 3"
|
|
||||||
export GITHUB_WORKSPACE="${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.repoPathAbsolute)}"
|
export GITHUB_WORKSPACE="${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.repoPathAbsolute)}"
|
||||||
${BuildAutomationWorkflow.setupCommands(builderPath)}
|
${BuildAutomationWorkflow.setupCommands(builderPath)}
|
||||||
echo "test 4"
|
|
||||||
${setupHooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '}
|
${setupHooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '}
|
||||||
${BuildAutomationWorkflow.TreeCommand}
|
${BuildAutomationWorkflow.TreeCommand}
|
||||||
${buildHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
${buildHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
||||||
|
|
Loading…
Reference in New Issue