Copy install commands from nodejs instructions
This commit is contained in:
parent
9bec332643
commit
a00a4ee026
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
||||||
commands:
|
commands:
|
||||||
- apt-get install nodejs
|
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||||
|
- apt-get install -y nodejs
|
||||||
- chmod +x ./build.sh
|
- chmod +x ./build.sh
|
||||||
- ./build.sh
|
- ./build.sh
|
Loading…
Add table
Add a link
Reference in a new issue