Browse Source

Add zip command in Drone CI

master
Abheek Dhawan 3 years ago
parent
commit
66128e670f
  1. 1
      .drone.yml

1
.drone.yml

@ -9,6 +9,7 @@ steps:
commands: commands:
- 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
- ./build.sh - ./build.sh
- ./zip-files.sh - ./zip-files.sh

Loading…
Cancel
Save