Custom step file support
parent
237b1df2c9
commit
76bab5b221
|
|
@ -96,6 +96,11 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
|
||||||
);
|
);
|
||||||
|
|
||||||
return `apt-get update > /dev/null
|
return `apt-get update > /dev/null
|
||||||
|
${
|
||||||
|
CloudRunner.buildParameters.cloudRunnerIntegrationTests
|
||||||
|
? `tree -L 2 /${CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute}`
|
||||||
|
: ``
|
||||||
|
}
|
||||||
apt-get install -y tar tree npm git-lfs jq git > /dev/null
|
apt-get install -y tar tree npm git-lfs jq git > /dev/null
|
||||||
npm install -g n > /dev/null
|
npm install -g n > /dev/null
|
||||||
n stable > /dev/null
|
n stable > /dev/null
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue