add makeup to docker
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-03-22 17:49:51 +01:00
parent 1c916f5392
commit 6e8d26381e
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 5 additions and 4 deletions

View File

@ -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: