Added APT -y flag to npm install
Because without the flag the script errors out while asking a user to confirm the install. Change-Id: Iaad5d604f5f1b4e28864c2e700933827dc8292c4
This commit is contained in:
parent
6062db3f1a
commit
6fe14700a3
@ -77,7 +77,7 @@
|
||||
- builder:
|
||||
name: npm-install
|
||||
builders:
|
||||
- shell: "sudo apt-get install nodejs npm"
|
||||
- shell: "sudo apt-get install -y nodejs npm"
|
||||
- shell: "sudo ln /usr/bin/nodejs /usr/local/bin/node"
|
||||
|
||||
- builder:
|
||||
|
Loading…
x
Reference in New Issue
Block a user