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