Browse Source

Update .drone.yml

master
Abheek Dhawan 3 years ago
parent
commit
efa624115f
  1. 2
      .drone.yml

2
.drone.yml

@ -8,7 +8,9 @@ steps:
image: alpine
commands:
- apk add curl
- apk add bash
- curl -LJO https://dot.net/v1/dotnet-install.sh
- chmod +x dotnet-install.sh
- ./dotnet-install.sh -c 5.0
- apk add zip
- ./build.sh

Loading…
Cancel
Save