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

remove_dependencies
cosmonaut 2021-01-29 16:23:21 -08:00
parent 54e3e2b7e5
commit e91eac5967
1 changed files with 2 additions and 2 deletions

View File

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