Browse Source

Install cURL in .drone.yml

master
Abheek Dhawan 3 years ago
parent
commit
14b99560bd
  1. 1
      .drone.yml

1
.drone.yml

@ -7,6 +7,7 @@ steps:
- name: build - name: build
image: alpine image: alpine
commands: commands:
- apk add curl
- curl -LJO https://dot.net/v1/dotnet-install.sh - curl -LJO https://dot.net/v1/dotnet-install.sh
- ./dotnet-install.sh -c 5.0 - ./dotnet-install.sh -c 5.0
- apk add zip - apk add zip

Loading…
Cancel
Save