Browse Source

Use Alpine image instead of dotnet for zipping files

master
Abheek Dhawan 3 years ago
parent
commit
1e9f611ea3
  1. 4
      .drone.yml

4
.drone.yml

@ -5,8 +5,10 @@ type: docker
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:5.0
image: alpine
commands:
- curl -LJO https://dot.net/v1/dotnet-install.sh
- ./dotnet-install.sh -c 5.0
- ./build.sh
- ./zip-files.sh

Loading…
Cancel
Save