whoops again
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

remove_dependencies
cosmonaut 2021-01-29 16:24:45 -08:00
parent e91eac5967
commit 730d0729bb
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
steps: steps:
- name: test - name: test
image: mcr.microsoft.com/dotnet/runtime:5.0 image: mcr.microsoft.com/dotnet/sdk:5.0
commands: commands:
- dotnet build -c Release - dotnet build -c Release
- dotnet test -c Release - dotnet test -c Release
- name: deploy - name: deploy
image: mcr.microsoft.com/dotnet/runtime:5.0 image: mcr.microsoft.com/dotnet/sdk:5.0
environment: environment:
API_KEY: API_KEY:
from_secret: API_KEY from_secret: API_KEY