Remove broken dependencies
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-08-23 19:02:01 +02:00
parent 2d79b5a0bf
commit 89afc435fc

View File

@@ -1,6 +1,6 @@
kind: pipeline
type: docker
name: Pipeline
name: Build and test
trigger:
event:
@@ -10,7 +10,6 @@ trigger:
- custom
steps:
- name: compile
image: mcr.microsoft.com/dotnet/sdk:8.0-alpine
environment:
@@ -49,9 +48,6 @@ steps:
depends_on:
- compile
- test
- docker build and push
- deploy to test
- deploy to prod
services:
- name: docker