From e91eac5967e909b7bca7ceb8400435048ee2294d Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 29 Jan 2021 16:23:21 -0800 Subject: [PATCH] whoops --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 650c2bc..a42108d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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