check for startup message in workflows
parent
88f6a6dfa6
commit
0b9a28f405
|
@ -5658,7 +5658,7 @@ class BuildAutomationWorkflow {
|
|||
const builderPath = cloud_runner_folders_1.CloudRunnerFolders.ToLinuxFolder(node_path_1.default.join(cloud_runner_folders_1.CloudRunnerFolders.builderPathAbsolute, 'dist', `index.js`));
|
||||
return `echo "cloud runner build workflow starting"
|
||||
apt-get update > /dev/null
|
||||
apt-get install -y curl tar tree npm git-lfs jq git > /dev/null
|
||||
apt-get install -y curl tar tree npm git-lfs jq git rsyslog > /dev/null
|
||||
npm i -g n > /dev/null
|
||||
n 16.15.1 > /dev/null
|
||||
npm --version
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -60,7 +60,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
|
|||
|
||||
return `echo "cloud runner build workflow starting"
|
||||
apt-get update > /dev/null
|
||||
apt-get install -y curl tar tree npm git-lfs jq git > /dev/null
|
||||
apt-get install -y curl tar tree npm git-lfs jq git rsyslog > /dev/null
|
||||
npm i -g n > /dev/null
|
||||
n 16.15.1 > /dev/null
|
||||
npm --version
|
||||
|
|
Loading…
Reference in New Issue