Use apt-get instad of apt
This commit is contained in:
parent
796a90a98f
commit
c8e201f054
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ 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 install node
|
- apt-get install node
|
||||||
- chmod +x ./build.sh
|
- chmod +x ./build.sh
|
||||||
- ./build.sh
|
- ./build.sh
|
Loading…
Add table
Add a link
Reference in a new issue