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
image: alpine
commands:
- apk add curl
- curl -LJO https://dot.net/v1/dotnet-install.sh
- ./dotnet-install.sh -c 5.0
- apk add zip

Loading…
Cancel
Save