Attempt to install node to image

This commit is contained in:
Robert Marshall 2019-08-26 09:29:51 +01:00
parent 4ce31a3d72
commit 796a90a98f

View file

@ -8,5 +8,6 @@ steps:
- name: build
image: mcr.microsoft.com/dotnet/core/sdk:2.2
commands:
- apt install node
- chmod +x ./build.sh
- ./build.sh