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,16 +1,15 @@
kind: pipeline
type: docker
name: Pipeline
name: Build and test
trigger:
event:
event:
include:
- push
- pull_request
- custom
steps:
- name: compile
image: mcr.microsoft.com/dotnet/sdk:8.0-alpine
environment:
@@ -20,7 +19,7 @@ steps:
volumes:
- name: dockersock
path: /var/run
- name: test
image: quay.io/testcontainers/dind-drone-plugin
environment:
@@ -49,9 +48,6 @@ steps:
depends_on:
- compile
- test
- docker build and push
- deploy to test
- deploy to prod
services:
- name: docker