From 6e8d26381eb36f36a085d86d17c168d4c93c305a Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 22 Mar 2023 17:49:51 +0100 Subject: [PATCH] add makeup to docker Signed-off-by: Sam Therapy --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a1ec1bb..1d6d883 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,10 +3,10 @@ name: testing type: docker steps: - - name: Install Dependencies - image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: - - dotnet restore ./src + # - name: Install Dependencies + # image: mcr.microsoft.com/dotnet/sdk:6.0 + # commands: + # - dotnet restore ./src # - name: Build # image: mcr.microsoft.com/dotnet/sdk:6.0 @@ -54,6 +54,7 @@ steps: when: branch: - master + - makeup event: - push depends_on: