pull/496/head
Frostebite 2023-02-12 02:50:07 +00:00
parent 4eef19e30e
commit f8eba6b040
3 changed files with 1 additions and 9 deletions

4
dist/index.js generated vendored
View File

@ -6220,14 +6220,10 @@ class BuildAutomationWorkflow {
n 16.15.1 > /dev/null
npm --version
node --version
echo "test 1"
${BuildAutomationWorkflow.TreeCommand}
echo "test 2"
${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)}"
${BuildAutomationWorkflow.setupCommands(builderPath)}
echo "test 4"
${setupHooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '}
${BuildAutomationWorkflow.TreeCommand}
${buildHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -73,14 +73,10 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
n 16.15.1 > /dev/null
npm --version
node --version
echo "test 1"
${BuildAutomationWorkflow.TreeCommand}
echo "test 2"
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
echo "test 3"
export GITHUB_WORKSPACE="${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.repoPathAbsolute)}"
${BuildAutomationWorkflow.setupCommands(builderPath)}
echo "test 4"
${setupHooks.filter((x) => x.hook.includes(`after`)).map((x) => x.commands) || ' '}
${BuildAutomationWorkflow.TreeCommand}
${buildHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}