Rectify silly mistake
This commit is contained in:
parent
5ba494855e
commit
30393af425
1 changed files with 3 additions and 4 deletions
|
@ -12,13 +12,12 @@ host:
|
||||||
steps:
|
steps:
|
||||||
- name: build and publish
|
- name: build and publish
|
||||||
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
||||||
|
volumes:
|
||||||
|
- name: output
|
||||||
|
path: /output
|
||||||
commands:
|
commands:
|
||||||
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||||
- apt-get install -y nodejs
|
- apt-get install -y nodejs
|
||||||
- chmod +x ./build.sh
|
- chmod +x ./build.sh
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
volumes:
|
|
||||||
- name: output
|
|
||||||
path: /output
|
|
||||||
commands:
|
|
||||||
- cp -r ./output/* /output
|
- cp -r ./output/* /output
|
Loading…
Add table
Add a link
Reference in a new issue